]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2002/01/16 17:55:33
authordjm <djm>
Tue, 22 Jan 2002 12:32:39 +0000 (12:32 +0000)
committerdjm <djm>
Tue, 22 Jan 2002 12:32:39 +0000 (12:32 +0000)
     [ssh_config]
     correct some commented defaults.  add Ciphers default.  ok markus@

ChangeLog
ssh_config

index 80f4fbfcc5ccaae13d4fc4e8fc9de8577be0e08e..025013997bae543327537eb51dfd70ee74d7a041 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - stevesk@cvs.openbsd.org 2002/01/16 17:42:33
      [ssh.1]
      correct defaults for -i/IdentityFile; ok markus@
+   - stevesk@cvs.openbsd.org 2002/01/16 17:55:33
+     [ssh_config]
+     correct some commented defaults.  add Ciphers default.  ok markus@
 
 20020121
  - (djm) Rework ssh-rand-helper:
index 7d1b210677ce693587e1be6b88b1c8a8612f73ac..a8a8d72abfc644e8a49888e0fe38754e889bdebc 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh_config,v 1.11 2002/01/03 04:11:08 stevesk Exp $
+#      $OpenBSD: ssh_config,v 1.12 2002/01/16 17:55:33 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,7 +18,7 @@
 # Host *
 #   ForwardAgent no
 #   ForwardX11 no
-#   RhostsAuthentication no
+#   RhostsAuthentication yes
 #   RhostsRSAAuthentication yes
 #   RSAAuthentication yes
 #   PasswordAuthentication yes
 #   UseRsh no
 #   BatchMode no
 #   CheckHostIP yes
-#   StrictHostKeyChecking yes
+#   StrictHostKeyChecking ask
 #   IdentityFile ~/.ssh/identity
-#   IdentityFile ~/.ssh/id_dsa
 #   IdentityFile ~/.ssh/id_rsa
+#   IdentityFile ~/.ssh/id_dsa
 #   Port 22
 #   Protocol 2,1
-#   Cipher blowfish
+#   Cipher 3des
+#   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
 #   EscapeChar ~
This page took 0.20625 seconds and 5 git commands to generate.