]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2009/02/17 01:28:32
authordjm <djm>
Sat, 21 Feb 2009 01:45:02 +0000 (01:45 +0000)
committerdjm <djm>
Sat, 21 Feb 2009 01:45:02 +0000 (01:45 +0000)
     [ssh_config]
     sync with revised default ciphers; pointed out by dkrause@

ChangeLog
ssh_config

index 8311d1be472156521dbaa88a56541a892b86dc1c..11582a1cd646de1b0b0fdf60f6e45214fbe6ddd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20090221
+ - (djm) OpenBSD CVS Sync
+   - djm@cvs.openbsd.org 2009/02/17 01:28:32
+     [ssh_config]
+     sync with revised default ciphers; pointed out by dkrause@
+
 20090216
  - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]
    [regress/putty-kex.sh regress/putty-transfer.sh] Downgrade disabled
index ef5a73f7d2935be543c35482e3fa62767bb4f3a3..f28d59583477ef8bc3b9a0abd8b4a2cc84e83454 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh_config,v 1.24 2008/07/25 06:56:35 grunk Exp $
+#      $OpenBSD: ssh_config,v 1.25 2009/02/17 01:28:32 djm Exp $
 
 # This is the ssh client system-wide configuration file.  See
 # ssh_config(5) for more information.  This file provides defaults for
@@ -37,7 +37,7 @@
 #   Port 22
 #   Protocol 2,1
 #   Cipher 3des
-#   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
+#   Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
 #   MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
 #   EscapeChar ~
 #   Tunnel no
This page took 0.09262 seconds and 5 git commands to generate.