|
Lines 42-49
Link Here
|
| 42 |
|
42 |
|
| 43 |
#define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss" |
43 |
#define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss" |
| 44 |
#define KEX_DEFAULT_ENCRYPT \ |
44 |
#define KEX_DEFAULT_ENCRYPT \ |
|
|
45 |
"camellia128-cbc," \ |
| 45 |
"aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \ |
46 |
"aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \ |
| 46 |
"arcfour128,arcfour256,arcfour," \ |
47 |
"arcfour128,arcfour256,arcfour," \ |
|
|
48 |
"camellia192-cbc,camellia256-cbc," \ |
| 47 |
"aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se," \ |
49 |
"aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se," \ |
| 48 |
"aes128-ctr,aes192-ctr,aes256-ctr" |
50 |
"aes128-ctr,aes192-ctr,aes256-ctr" |
| 49 |
#define KEX_DEFAULT_MAC \ |
51 |
#define KEX_DEFAULT_MAC \ |