Struct distant_ssh2::Ssh2Session [−][src]
pub struct Ssh2Session { /* fields omitted */ }Expand description
Represents an ssh2 session
Implementations
Connect to a remote TCP server using SSH
Authenticates the Ssh2Session if not already authenticated
Consume Ssh2Session and produce a distant Session that is connected to a remote
distant server that is spawned using the ssh session
Consume Ssh2Session and produce a distant Session that is powered by an ssh client
underneath