1 2 3 4 5 6 7 8
defmodule Chessh.Auth.KeyAuthenticator do use Sshd.PublicKeyAuthenticator require Logger def authenticate(_, _, _) do false end end