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 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
.