Module thrussh::server [] [src]

Server side of this library.

Structs

Config

Configuration of a server.

Response

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

Session

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

Enums

Auth

An authentication result, in a challenge-response authentication.

Traits

Handler

Server handler. Each client will have their own handler.

Server

Trait used to create new handlers when clients connect.

Functions

run

Run this server.