[openssh-commits] [openssh] 01/01: Remove reference to ChallengeResponse.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Jul 3 23:02:57 AEST 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 88908c9b61bcb99f16e8d398fc41e2b3b4be2003
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Jul 3 23:00:19 2021 +1000

    Remove reference to ChallengeResponse.
    
    challenge_response_authentication was removed from the struct, keeping
    kbd_interactive_authentication.
---
 auth-pam.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/auth-pam.c b/auth-pam.c
index 0b4a28ab..f39d03f4 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -1392,6 +1392,5 @@ sshpam_set_maxtries_reached(int reached)
 	sshpam_maxtries_reached = 1;
 	options.password_authentication = 0;
 	options.kbd_interactive_authentication = 0;
-	options.challenge_response_authentication = 0;
 }
 #endif /* USE_PAM */

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list