Expand description
SSH subsystem for par-term terminal emulator.
Provides SSH config parsing, known_hosts scanning, shell history extraction, and mDNS/Bonjour discovery for SSH hosts.
Re-exports§
pub use discovery::discover_local_hosts;pub use types::SshHost;pub use types::SshHostSource;
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.