Sshd.PublicKeyAuthenticator.AuthorizedKeys (esshd v0.3.0) 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

Link to this section Types

Specs

opts() :: term()

Specs

public_key() :: binary()

Specs

username() :: charlist()

Link to this section Functions

Link to this function

authenticate(username, public_key, opts)

View Source

Callback implementation for Sshd.PublicKeyAuthenticator.authenticate/3.