Module known_hosts

Source
Available on crate feature alloc only.
Expand description

Parser for KnownHostsFile-formatted data.

Structs§

Entry
Individual entry in an known_hosts file containing a single public key.
KnownHosts
Parser for KnownHostsFile-formatted data, typically found in ~/.ssh/known_hosts.

Enums§

HostPatterns
The host pattern(s) for this host entry.
Marker
Markers associated with this host key entry.