SSH

Configuring Ciphers

The algorithm(s) used for session encryption can be specified in the sshd2_config file:

Ciphers             aes128-cbc,3des-cbc

The system will attempt to use the different encryption ciphers in the sequence specified on the line. Currently supported cipher names are the following:

aes128-ctr3des-cbctwofish192-cbc
aes192-ctrarcfourtwofish256-cbc
aes256-ctrblowfish-cbccast128-12-cbc@ssh.com
aes128-cbccast128-cbcseed-cbc@ssh.com
aes192-cbctwofish-cbcrijndael-cbc@ssh.com
aes256-cbctwofish128-cbc 

Special values for this option are the following:

The default ciphers are aes128-ctr, aes192-ctr, aes256-ctr, aes128-cbc, aes192-cbc, aes256-cbc and 3des-cbc.