summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-10-06 00:08:09 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-10-06 00:08:09 +0000
commit4c90149c500f8cc7ad26a016ca3f67b586197b84 (patch)
tree26dbad3e2f3bc7f91f1ba085440c6a91b989ce48 /myproposal.h
parent8bceffb0c391897fc266f0e08ec1888832093449 (diff)
- (bal) AES works under Cray, no more hack.
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/myproposal.h b/myproposal.h
index 2f1cd97ce..4a9a36370 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -25,17 +25,11 @@
25 */ 25 */
26#define KEX_DEFAULT_KEX "diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1" 26#define KEX_DEFAULT_KEX "diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1"
27#define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss" 27#define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss"
28#ifdef _CRAY
29/*Temporary hack until rijndael is ported to CRAY word addressable machines */
30#define KEX_DEFAULT_ENCRYPT \
31 "3des-cbc,blowfish-cbc,cast128-cbc,arcfour"
32#else
33#define KEX_DEFAULT_ENCRYPT \ 28#define KEX_DEFAULT_ENCRYPT \
34 "aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour," \ 29 "aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour," \
35 "aes192-cbc,aes256-cbc," \ 30 "aes192-cbc,aes256-cbc," \
36 "rijndael128-cbc,rijndael192-cbc,rijndael256-cbc," \ 31 "rijndael128-cbc,rijndael192-cbc,rijndael256-cbc," \
37 "rijndael-cbc@lysator.liu.se" 32 "rijndael-cbc@lysator.liu.se"
38#endif
39#define KEX_DEFAULT_MAC \ 33#define KEX_DEFAULT_MAC \
40 "hmac-md5,hmac-sha1,hmac-ripemd160," \ 34 "hmac-md5,hmac-sha1,hmac-ripemd160," \
41 "hmac-ripemd160@openssh.com," \ 35 "hmac-ripemd160@openssh.com," \