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-cbcblowfish-cbctwofish256-cbc
aes192-cbccast128-cbccast128-12-cbc@ssh.com
aes256-cbctwofish-cbcdes-cbc@ssh.com
3des-cbctwofish128-cbcseed-cbc@ssh.com
arcfourtwofish192-cbcrijndael-cbc@ssh.com

Special values for this option are the following:

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