summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2002-06-10 21:21:11 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2002-06-10 21:21:11 +0000
commit1def2330e081995d7308299cf0905a0dea994521 (patch)
tree4bd8361aa90785cf2626f2d22ad538db7cea5c2b /usr.bin
parentaab8555974cb28381692c5e1e6e93c04190d2613 (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_config6
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