Module thrussh::server[][src]

Expand description

Server side of this library.

Structs

Configuration of a server.

Handle to a session, used to send messages to a client outside of the request/response cycle.

A client’s response in a challenge-response authentication.

A connected server session. This type is unique to a client.

Enums

An authentication result, in a challenge-response authentication.

Traits

Server handler. Each client will have their own handler.

Trait used to create new handlers when clients connect.

Functions

Run a server. Create a new Connection from the server’s configuration, a stream and a Handler.