Skip to main content

Module ssh

Module ssh 

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

SshHostSource
Source of an SSH host entry

Functions§

discover_local_hosts
Discover SSH hosts from all local sources (config, known_hosts, history).