summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-11 15:55:01 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-11 15:55:01 +0000
commit914d03758be46488705950cf6d476855a702a13e (patch)
treef403c5f012ad312edbf32d6c42d85aa65a1ddaab /ssh_config
parent2bf82763935991dd151eac3bc378eebbbaea3fdc (diff)
downloadopenssh-git-914d03758be46488705950cf6d476855a702a13e.tar.gz
- 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_config6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config b/ssh_config
index 2a484d90..67246265 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