summaryrefslogtreecommitdiff
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
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).
-rw-r--r--ChangeLog6
-rw-r--r--ssh_config6
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 40168cee..ecfcf35b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,10 @@
[readconf.c ssh.1]
change RhostsRSAAuthentication and RhostsAuthentication default to no
since ssh is no longer setuid root by default; ok markus@
+ - 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).
20020609
- (bal) OpenBSD CVS Sync
@@ -886,4 +890,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
-$Id: ChangeLog,v 1.2205 2002/06/11 15:53:05 mouring Exp $
+$Id: ChangeLog,v 1.2206 2002/06/11 15:55:01 mouring Exp $
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