]> andersk Git - openssh.git/blobdiff - readconf.c
- (djm) OpenBSD CVS Updates:
[openssh.git] / readconf.c
index 28aa0a8b8349efce5f09224e7e268941b3098aac..c514e9b59154dbf822b8d9acde9d72c0924344f1 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: readconf.c,v 1.40 2000/07/10 16:27:05 ho Exp $");
+RCSID("$OpenBSD: readconf.c,v 1.41 2000/07/11 19:17:44 deraadt Exp $");
 
 #include "ssh.h"
 #include "cipher.h"
@@ -739,7 +739,7 @@ fill_default_options(Options * options)
        if (options->rhosts_rsa_authentication == -1)
                options->rhosts_rsa_authentication = 1;
        if (options->fallback_to_rsh == -1)
-               options->fallback_to_rsh = 1;
+               options->fallback_to_rsh = 0;
        if (options->use_rsh == -1)
                options->use_rsh = 0;
        if (options->batch_mode == -1)
This page took 0.031642 seconds and 4 git commands to generate.