From b4743f9efb685545cdd780cc9ba7a50e083dd8cf Mon Sep 17 00:00:00 2001 From: Simponic Date: Mon, 19 Dec 2022 02:39:40 -0700 Subject: Get public key authenticator actually running, add password validator via hash --- lib/auth/password.ex | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 lib/auth/password.ex (limited to 'lib/auth/password.ex') diff --git a/lib/auth/password.ex b/lib/auth/password.ex deleted file mode 100644 index 5e31b33..0000000 --- a/lib/auth/password.ex +++ /dev/null @@ -1,7 +0,0 @@ -defmodule Chessh.Auth.PasswordAuthenticator do - use Sshd.PasswordAuthenticator - - def authenticate(_username, _password) do - true - end -end -- cgit v1.3