|
Lines 48-54
Link Here
|
| 48 |
"aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \ |
48 |
"aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \ |
| 49 |
"aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se" |
49 |
"aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se" |
| 50 |
#define KEX_DEFAULT_MAC \ |
50 |
#define KEX_DEFAULT_MAC \ |
| 51 |
"hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160," \ |
51 |
"hmac-sha1,hmac-md5,umac-64@openssh.com,hmac-ripemd160," \ |
| 52 |
"hmac-ripemd160@openssh.com," \ |
52 |
"hmac-ripemd160@openssh.com," \ |
| 53 |
"hmac-sha1-96,hmac-md5-96" |
53 |
"hmac-sha1-96,hmac-md5-96" |
| 54 |
#define KEX_DEFAULT_COMP "none,zlib@openssh.com,zlib" |
54 |
#define KEX_DEFAULT_COMP "none,zlib@openssh.com,zlib" |