proxy.core.ssh.base module#

proxy.py#

⚡⚡⚡ Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging.

copyright
  1. 2013-present by Abhinav Singh and contributors.

license

BSD, see LICENSE for more details.

class proxy.core.ssh.base.BaseSshTunnelHandler(flags: argparse.Namespace)[source]#

Bases: object

abstract on_connection(chan: Channel, origin: HostPort, server: HostPort) None[source]#
abstract shutdown() None[source]#
class proxy.core.ssh.base.BaseSshTunnelListener(flags: argparse.Namespace, handler: proxy.core.ssh.base.BaseSshTunnelHandler, *args: Any, **kwargs: Any)[source]#

Bases: object

abstract is_active() bool[source]#
abstract is_alive() bool[source]#
abstract setup() None[source]#
abstract shutdown() None[source]#