diff options
author | 2007-06-08 04:40:40 +0000 | |
---|---|---|
committer | 2007-06-08 04:40:40 +0000 | |
commit | 38eb520af0c9b699b8d716973a0d67e103e71a2b (patch) | |
tree | 4dfe5c3bc4346057a1fc96ceaf98e52ac685020d /usr.bin | |
parent | increase the % of space given to inodes (diff) | |
download | wireguard-openbsd-38eb520af0c9b699b8d716973a0d67e103e71a2b.tar.xz wireguard-openbsd-38eb520af0c9b699b8d716973a0d67e103e71a2b.zip |
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@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index 177521caaa1..8cb0698a8d8 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/ssh_config @@ -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 |