Expand description
SSH tunnel specification — a serializable description of one tunnel.
This module is process-agnostic: it only describes what tunnel to spawn.
Actual ssh subprocess handling lives in the binary crate (prt::forward).
Structs§
- Resolved
Host - Resolved SSH connection settings used to expand a spec into concrete
command-line flags. Lets
[[ssh_hosts]]aliases that don’t appear in~/.ssh/configactually resolve at the OS level. - SshTunnel
Spec - Description of one SSH tunnel.
Enums§
- Tunnel
Kind - Type of SSH tunnel.