Expand description
SSH client handler implementation
Implements the russh::client::Handler trait to handle SSH connection events.
Structs§
- SshHandler
- SSH client handler for russh
Enums§
- KeyCheck
Outcome - Outcome of a host key check, recorded for recovery decisions in the connection layer.
Functions§
- default_
known_ hosts_ path - Resolve the default known_hosts path (
$HOME/.ssh/known_hosts). - remove_
known_ hosts_ entry - Remove known_hosts entries matching
host:port.