esshd v0.1.0 Sshd.PublicKeyAuthenticator.AuthorizedKeys View Source
Implementation of Sshd.PublicKeyAuthenticator
which uses the
authorized_keys
file contained in the HOME
directory of the user
attempting to enter the SSH server.
Link to this section Summary
Functions
Returns a boolean that determines if the username
user, presenting the
public_key
OpenSSH public key, is authorized to connect to the SSH
server
Link to this section Types
Link to this section Functions
Returns a boolean that determines if the username
user, presenting the
public_key
OpenSSH public key, is authorized to connect to the SSH
server.
Callback implementation for Sshd.PublicKeyAuthenticator.authenticate/3
.