Expand description
SSH tunnel management.
Structsยง
- Managed
SshTunnel Handle - A clonable handle to an SSH tunnel managed by an
SshTunnelManager
. - SshTunnel
Key ๐ - 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:
- SshTunnel
Manager - Thread-safe manager of SSH tunnel connections.
Enumsยง
- SshTunnel
State ๐ - The state of an SSH tunnel connection.