diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-06-10 21:21:11 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-06-10 21:21:11 +0000 |
commit | 1def2330e081995d7308299cf0905a0dea994521 (patch) | |
tree | 4bd8361aa90785cf2626f2d22ad538db7cea5c2b /usr.bin | |
parent | aab8555974cb28381692c5e1e6e93c04190d2613 (diff) |
update defaults for RhostsRSAAuthentication and RhostsAuthentication
here too (all options commented out with default value).
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh_config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index 2a484d90c26..672462657c7 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/ssh_config @@ -1,4 +1,4 @@ -# $OpenBSD: ssh_config,v 1.13 2002/06/08 05:41:18 markus Exp $ +# $OpenBSD: ssh_config,v 1.14 2002/06/10 21:21:10 stevesk Exp $ # This is the ssh client system-wide configuration file. See ssh(1) # for more information. This file provides defaults for users, and @@ -18,8 +18,8 @@ # Host * # ForwardAgent no # ForwardX11 no -# RhostsAuthentication yes -# RhostsRSAAuthentication yes +# RhostsAuthentication no +# RhostsRSAAuthentication no # RSAAuthentication yes # PasswordAuthentication yes # BatchMode no |