=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- src/usr.bin/ssh/readconf.c 2000/07/14 22:59:46 1.43 +++ src/usr.bin/ssh/readconf.c 2000/08/02 16:27:16 1.44 @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: readconf.c,v 1.43 2000/07/14 22:59:46 markus Exp $"); +RCSID("$OpenBSD: readconf.c,v 1.44 2000/08/02 16:27:16 provos Exp $"); #include "ssh.h" #include "cipher.h" @@ -724,7 +724,7 @@ options->skey_authentication = 0; #ifdef KRB4 if (options->kerberos_authentication == -1) - options->kerberos_authentication = 1; + options->kerberos_authentication = 0; #endif /* KRB4 */ #ifdef AFS if (options->kerberos_tgt_passing == -1)