]> andersk Git - openssh.git/commitdiff
- pvalchev@cvs.openbsd.org 2007/06/08 04:40:40
authordjm <djm>
Mon, 11 Jun 2007 04:04:42 +0000 (04:04 +0000)
committerdjm <djm>
Mon, 11 Jun 2007 04:04:42 +0000 (04:04 +0000)
     [ssh_config]
     Add a "MACs" line after "Ciphers" with the default MAC algorithms,
     to ease people who want to tweak both (eg. for performance reasons).
     ok deraadt@ djm@ dtucker@

ChangeLog
ssh_config

index cee20afd906ce9151ee92f6a4b2a2559d4430dc2..e5c5c2bf62669c9afa0764481dfacf3b715655cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      one of its underlying hash algorithms is found to be vulnerable to a
      new attack.  http://www.ietf.org/rfc/rfc4418.txt
      in conjunction with and OK djm@
+   - pvalchev@cvs.openbsd.org 2007/06/08 04:40:40
+     [ssh_config]
+     Add a "MACs" line after "Ciphers" with the default MAC algorithms,
+     to ease people who want to tweak both (eg. for performance reasons).
+     ok deraadt@ djm@ dtucker@
+
 20070605
  - (dtucker) OpenBSD CVS Sync
    - djm@cvs.openbsd.org 2007/05/22 10:18:52
index 177521caaa115caeea1d07df26c93ebc0a778091..8cb0698a8d89dec9795d61e3c73b981d481787c9 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $
+#      $OpenBSD: ssh_config,v 1.23 2007/06/08 04:40:40 pvalchev Exp $
 
 # This is the ssh client system-wide configuration file.  See
 # ssh_config(5) for more information.  This file provides defaults for
@@ -38,6 +38,7 @@
 #   Protocol 2,1
 #   Cipher 3des
 #   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
+#   MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
 #   EscapeChar ~
 #   Tunnel no
 #   TunnelDevice any:any
This page took 0.087967 seconds and 5 git commands to generate.