esshd v0.1.0 Sshd.PasswordAuthenticator.Default View Source

Default implementation of password-based authentication.

Link to this section Summary

Functions

Returns a boolean which determines if the username user with password password is authorized to connect to the SSH server

Link to this section Types

Link to this type password() View Source
password() :: charlist
Link to this type username() View Source
username() :: charlist

Link to this section Functions

Link to this function authenticate(username, password) View Source

Returns a boolean which determines if the username user with password password is authorized to connect to the SSH server.

Callback implementation for Sshd.PasswordAuthenticator.authenticate/2.