Crate openssh_mux_client

Source

Re-exports§

pub use openssh_mux_client_error as error;

Modules§

default_config

Structs§

Connection
Cancel safety
EstablishedSession
NOTE that once EstablishedSession is dropped, any data written to stdin will not be send to the remote process and stdout and stderr would eof immediately.
NonZeroByteSlice
NonZeroByteVec
NullByteError
The string contains null byte.
Session

Enums§

Error
ForwardType
Response
WARNING: Response can only be used with ssh_mux_format, which treats tuple and struct as the same.
SessionStatus
Socket

Functions§

shutdown_mux_master
Request the master to stop accepting new multiplexing requests and remove its listener socket.

Type Aliases§

Result