Sshd.Server (esshd v0.3.0) View Source

The module that encompasses the SSH socket acceptor and its dispatch.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Types

Specs

handler() :: :elixir | :erlang | {module(), atom(), any()}

Specs

ip_address() :: :inet.ip_address()

Specs

peer_address() :: {ip_address(), port_number()}

Specs

port_number() :: :inet.port_number()

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.