diff options
Diffstat (limited to 'usr/src/cmd/ssh/include/myproposal.h')
| -rw-r--r-- | usr/src/cmd/ssh/include/myproposal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/ssh/include/myproposal.h b/usr/src/cmd/ssh/include/myproposal.h index b6182867d2..dc0043e49a 100644 --- a/usr/src/cmd/ssh/include/myproposal.h +++ b/usr/src/cmd/ssh/include/myproposal.h @@ -57,7 +57,7 @@ extern "C" { * list as well. */ #define KEX_DEFAULT_SERVER_ENCRYPT "aes128-ctr,aes192-ctr,aes256-ctr," \ - "arcfour" + "arcfour128,arcfour256,arcfour" #define KEX_DEFAULT_CLIENT_ENCRYPT KEX_DEFAULT_SERVER_ENCRYPT \ ",aes128-cbc,aes192-cbc,aes256-cbc," \ |
