diff options
author | Damien Miller <djm@mindrot.org> | 2000-07-12 09:45:27 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-07-12 09:45:27 +1000 |
commit | 182ee6e6d9b13f0a117a19bd4b9e3318a74233eb (patch) | |
tree | 016940bacc612da29db1b463cd0684f74796f697 /ssh_config | |
parent | b2dc28e9c8584884fda5fb8bfef1125ecac78628 (diff) | |
download | openssh-git-182ee6e6d9b13f0a117a19bd4b9e3318a74233eb.tar.gz |
- (djm) OpenBSD CVS Updates:
- deraadt@cvs.openbsd.org 2000/07/11 02:11:34
[session.c sshd.c ]
make MaxStartups code still work with -d; djm
- deraadt@cvs.openbsd.org 2000/07/11 13:17:45
[readconf.c ssh_config]
disable FallBackToRsh by default
Diffstat (limited to 'ssh_config')
-rw-r--r-- | ssh_config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ # RhostsRSAAuthentication yes # RSAAuthentication yes # PasswordAuthentication yes -# FallBackToRsh yes +# FallBackToRsh no # UseRsh no # BatchMode no # CheckHostIP yes |