From 71bb9332da98cb97034413d342f4722331e7ee84 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Tue, 9 Jun 2015 14:57:08 +0200 Subject: ssh: change pwd->password for keyboard-interactive --- lib/ssh/src/ssh_auth.erl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/ssh/src/ssh_auth.erl') diff --git a/lib/ssh/src/ssh_auth.erl b/lib/ssh/src/ssh_auth.erl index 585bf89539..58faee062e 100644 --- a/lib/ssh/src/ssh_auth.erl +++ b/lib/ssh/src/ssh_auth.erl @@ -251,7 +251,6 @@ handle_userauth_request(#ssh_msg_userauth_request{user = User, _, #ssh{opts = Opts, kb_tries_left = KbTriesLeft, userauth_supported_methods = Methods} = Ssh) -> -io:format('KbTriesLeft ~p~n',[KbTriesLeft]), case KbTriesLeft of N when N<1 -> {not_authorized, {User, {authmethod, "keyboard-interactive"}}, @@ -273,7 +272,7 @@ io:format('KbTriesLeft ~p~n',[KbTriesLeft]), %% SSH_MSG_USERAUTH_FAILURE, or SSH_MSG_USERAUTH_INFO_REQUEST message." Default = {"SSH server", "Enter password for \""++User++"\"", - "pwd: ", + "password: ", false}, {Name, Instruction, Prompt, Echo} = -- cgit v1.2.3