Skip to main content

Crate par_term_ssh

Crate par_term_ssh 

Source
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.