proxy.core.ssh.handler 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.handler.SshHttpProtocolHandler(flags: argparse.Namespace)[source]#

Bases: object

Handles incoming connections over forwarded SSH transport.

on_connection(chan: Channel, origin: HostPort, server: HostPort) None[source]#