esshd v0.1.0 Sshd.AccessList.Default View Source

Default implementation of Sshd.AccessList, that permits every remote IP address.

Link to this section Summary

Functions

Returns a boolean which should determine if the remote IP and TCP port, peer_address, is permitted to connect to the SSH server

Link to this section Types

Link to this type ip_address() View Source
ip_address() :: :inet.ip_address
Link to this type peer_address() View Source
peer_address() :: {ip_address, port_number}
Link to this type port_number() View Source
port_number() :: :inet.port_number

Link to this section Functions

Returns a boolean which should determine if the remote IP and TCP port, peer_address, is permitted to connect to the SSH server.

Callback implementation for Sshd.AccessList.permit?/1.