Module tunnel_manager

Source
Expand description

SSH tunnel management.

Structsยง

ManagedSshTunnelHandle
A clonable handle to an SSH tunnel managed by an SshTunnelManager.
SshTunnelKey ๐Ÿ”’
Identifies a connection to a remote host via an SSH tunnel. There are a couple of edge cases where this key format may result in extra connections being created:
SshTunnelManager
Thread-safe manager of SSH tunnel connections.

Enumsยง

SshTunnelState ๐Ÿ”’
The state of an SSH tunnel connection.