diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-07-03 11:23:28 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-07-03 11:23:28 +0200 |
commit | 53237ac789183946dac6dcb8838bc3b6b9b43be1 (patch) | |
tree | 31ed14140bcb836aae89e13b2a32ba51ce482883 /sshconnect2.c | |
parent | Disable rocky84 to figure out why agent test fails (diff) | |
download | openssh-53237ac789183946dac6dcb8838bc3b6b9b43be1.tar.xz openssh-53237ac789183946dac6dcb8838bc3b6b9b43be1.zip |
Sync remaining ChallengeResponse removal.
These were omitted from commit 88868fd131.
Diffstat (limited to 'sshconnect2.c')
-rw-r--r-- | sshconnect2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sshconnect2.c b/sshconnect2.c index 5ff90c46b..8bec0b612 100644 --- a/sshconnect2.c +++ b/sshconnect2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect2.c,v 1.349 2021/06/07 03:38:38 djm Exp $ */ +/* $OpenBSD: sshconnect2.c,v 1.350 2021/07/02 05:11:21 dtucker Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * Copyright (c) 2008 Damien Miller. All rights reserved. @@ -442,8 +442,6 @@ ssh_userauth2(struct ssh *ssh, const char *local_user, Authctxt authctxt; int r; - if (options.challenge_response_authentication) - options.kbd_interactive_authentication = 1; if (options.preferred_authentications == NULL) options.preferred_authentications = authmethods_get(); |