Sshd.AccessList.Default (esshd v0.3.0) View Source

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

Link to this section Summary

Link to this section Types

Specs

ip_address() :: :inet.ip_address()

Specs

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

Specs

port_number() :: :inet.port_number()

Link to this section Functions

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