summaryrefslogtreecommitdiff
path: root/lib/auth/keys.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth/keys.ex')
-rw-r--r--lib/auth/keys.ex8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/auth/keys.ex b/lib/auth/keys.ex
deleted file mode 100644
index 3e0f142..0000000
--- a/lib/auth/keys.ex
+++ /dev/null
@@ -1,8 +0,0 @@
-defmodule Chessh.Auth.KeyAuthenticator do
- use Sshd.PublicKeyAuthenticator
- require Logger
-
- def authenticate(_, _, _) do
- false
- end
-end