From f7c2ccbe26dc808e4a7eae9a378e6c382220961a Mon Sep 17 00:00:00 2001 From: Simponic Date: Thu, 22 Dec 2022 15:27:55 -0700 Subject: Remove shell and esshd - moving to erlang ssh server --- lib/chessh/auth/password.ex | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/chessh/auth/password.ex') diff --git a/lib/chessh/auth/password.ex b/lib/chessh/auth/password.ex index e2c26d6..8a6c683 100644 --- a/lib/chessh/auth/password.ex +++ b/lib/chessh/auth/password.ex @@ -1,7 +1,6 @@ defmodule Chessh.Auth.PasswordAuthenticator do alias Chessh.Player alias Chessh.Repo - use Sshd.PasswordAuthenticator def authenticate(username, password) do case Repo.get_by(Player, username: String.Chars.to_string(username)) do -- cgit v1.3