diff options
Diffstat (limited to 'lib/chessh/auth/keys.ex')
-rw-r--r-- | lib/chessh/auth/keys.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chessh/auth/keys.ex b/lib/chessh/auth/keys.ex index e90f101..a29d169 100644 --- a/lib/chessh/auth/keys.ex +++ b/lib/chessh/auth/keys.ex @@ -1,6 +1,5 @@ defmodule Chessh.Auth.KeyAuthenticator do alias Chessh.{Key, Repo} - use Sshd.PublicKeyAuthenticator import Ecto.Query def authenticate(username, public_key) do |