Expand description
SSH subsystem re-exports from the par-term-ssh crate.
Modules§
- config_
parser - Parser for ~/.ssh/config files.
- discovery
- SSH host discovery aggregator.
- history
- Shell history scanner for SSH commands.
- known_
hosts - Parser for ~/.ssh/known_hosts files.
- mdns
- mDNS/Bonjour discovery for SSH hosts on the local network.
- types
- SSH host types for the SSH subsystem.
Structs§
- SshHost
- A discovered SSH host with connection details
Enums§
- SshHost
Source - Source of an SSH host entry
Functions§
- discover_
local_ hosts - Discover SSH hosts from all local sources (config, known_hosts, history).