Skip to main content

Module handler

Module handler 

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

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