Module thrussh::client

source ·
Expand description

Client side of this library.

Structs

An authenticating future, ultimately resolving into an authenticated connection.
A future resolving into an open channel number of type ChannelType, which can be either SessionChannel, X11Channel or DirectTcpIdChannel.
The configuration of clients.
Future returned by connect_future.
Client connection. A connection implements Future, returning () when it finishes (for instance if the client and server agree to close the connection).
Future for sending data.
The type of a client session.
A future waiting for a channel to be closed.
A future waiting for a flush request to complete.

Traits

A client handler. Note that messages can be received from the server at any time during a session.

Functions

Create a new client connection to the given address.