diff options
author | 2000-10-13 19:12:02 +0000 | |
---|---|---|
committer | 2000-10-13 19:12:02 +0000 | |
commit | 9c44b8dfd0dac67f02c1780981adecda55f2bece (patch) | |
tree | 884ff62e9dbb64b535a68a60a2f62834faac12fb | |
parent | - Remove hard sentence breaks. (diff) | |
download | wireguard-openbsd-9c44b8dfd0dac67f02c1780981adecda55f2bece.tar.xz wireguard-openbsd-9c44b8dfd0dac67f02c1780981adecda55f2bece.zip |
prefer no compression
-rw-r--r-- | usr.bin/ssh/myproposal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/myproposal.h b/usr.bin/ssh/myproposal.h index 6b1cd1ca595..98060dc3528 100644 --- a/usr.bin/ssh/myproposal.h +++ b/usr.bin/ssh/myproposal.h @@ -29,7 +29,7 @@ "rijndael128-cbc,rijndael192-cbc,rijndael256-cbc," \ "rijndael-cbc@lysator.liu.se" #define KEX_DEFAULT_MAC "hmac-sha1,hmac-md5,hmac-ripemd160@openssh.com" -#define KEX_DEFAULT_COMP "zlib,none" +#define KEX_DEFAULT_COMP "none,zlib" #define KEX_DEFAULT_LANG "" |