]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2002/06/10 21:21:10
authormouring <mouring>
Tue, 11 Jun 2002 15:55:01 +0000 (15:55 +0000)
committermouring <mouring>
Tue, 11 Jun 2002 15:55:01 +0000 (15:55 +0000)
     [ssh_config]
     update defaults for RhostsRSAAuthentication and RhostsAuthentication
     here too (all options commented out with default value).

ChangeLog
ssh_config

index d8c2c94a4284a3bf396f417cc973a38eb609b73b..ff89e818220df470072b42a43f7207c9a467215e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [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
index 2a484d90c262b65823db4eb779bf5be66860125e..672462657c7f6568725e7316dc86008c451ff65a 100644 (file)
@@ -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
This page took 0.153718 seconds and 5 git commands to generate.