summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index 19b571a71..36700fbd5 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: readconf.c,v 1.82 2001/06/26 16:15:23 dugsong Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.83 2001/07/22 22:04:19 markus Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "xmalloc.h" 18#include "xmalloc.h"
@@ -803,7 +803,7 @@ fill_default_options(Options * options)
803 if (options->pubkey_authentication == -1) 803 if (options->pubkey_authentication == -1)
804 options->pubkey_authentication = 1; 804 options->pubkey_authentication = 1;
805 if (options->challenge_response_authentication == -1) 805 if (options->challenge_response_authentication == -1)
806 options->challenge_response_authentication = 0; 806 options->challenge_response_authentication = 1;
807#if defined(KRB4) || defined(KRB5) 807#if defined(KRB4) || defined(KRB5)
808 if (options->kerberos_authentication == -1) 808 if (options->kerberos_authentication == -1)
809 options->kerberos_authentication = 1; 809 options->kerberos_authentication = 1;