diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-11 17:55:01 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-11 17:55:01 +0200 |
commit | 914d03758be46488705950cf6d476855a702a13e (patch) | |
tree | f403c5f012ad312edbf32d6c42d85aa65a1ddaab /ssh_config | |
parent | - stevesk@cvs.openbsd.org 2002/06/10 17:45:20 (diff) | |
download | openssh-914d03758be46488705950cf6d476855a702a13e.tar.xz openssh-914d03758be46488705950cf6d476855a702a13e.zip |
- stevesk@cvs.openbsd.org 2002/06/10 21:21:10
[ssh_config]
update defaults for RhostsRSAAuthentication and RhostsAuthentication
here too (all options commented out with default value).
Diffstat (limited to 'ssh_config')
-rw-r--r-- | ssh_config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config b/ssh_config index 2a484d90c..672462657 100644 --- a/ssh_config +++ b/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 |