diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-07-11 09:39:34 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-07-11 09:39:34 +0000 |
| commit | a3d67969308d5d069ac3ed0be8217e29ac7e57f5 (patch) | |
| tree | e2125112424fab03953b07a2e3cf378e0fea52a6 /crypto | |
| parent | 4a1afa49fda15372f4b38d9c4693a49f8523fa2a (diff) | |
Notes
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/openssh/readconf.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/ssh_config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/readconf.c b/crypto/openssh/readconf.c index bad4c15c1f8f..887d1513c11e 100644 --- a/crypto/openssh/readconf.c +++ b/crypto/openssh/readconf.c @@ -755,7 +755,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) diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config index 059817db7de1..9a09310fc38d 100644 --- a/crypto/openssh/ssh_config +++ b/crypto/openssh/ssh_config @@ -21,7 +21,7 @@ # RhostsRSAAuthentication yes # RSAAuthentication yes # PasswordAuthentication yes -# FallBackToRsh yes +# FallBackToRsh no # UseRsh no # BatchMode no # CheckHostIP yes |
