esshd v0.1.0 Sshd.AccessList behaviour View Source
This module provides a means to permit incoming SSH connections based on the remote IP address and TCP port.
Link to this section Summary
Callbacks
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 Callbacks
Returns a boolean which should determine if the remote IP and TCP port,
peer_address
, is permitted to connect to the SSH server.