summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/myproposal.h b/myproposal.h
index 7e4baff9d..8b2417972 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,6 +1,6 @@
1#define KEX_DEFAULT_KEX "diffie-hellman-group1-sha1" 1#define KEX_DEFAULT_KEX "diffie-hellman-group1-sha1"
2#define KEX_DEFAULT_PK_ALG "ssh-dss" 2#define KEX_DEFAULT_PK_ALG "ssh-dss"
3#define KEX_DEFAULT_ENCRYPT "blowfish-cbc,3des-cbc,arcfour,cast128-cbc" 3#define KEX_DEFAULT_ENCRYPT "3des-cbc,blowfish-cbc,arcfour,cast128-cbc"
4#define KEX_DEFAULT_MAC "hmac-sha1,hmac-md5,hmac-ripemd160@openssh.com" 4#define KEX_DEFAULT_MAC "hmac-sha1,hmac-md5,hmac-ripemd160@openssh.com"
5#define KEX_DEFAULT_COMP "zlib,none" 5#define KEX_DEFAULT_COMP "zlib,none"
6#define KEX_DEFAULT_LANG "" 6#define KEX_DEFAULT_LANG ""