ssh server allowed-ciphers
Sets the list of allowed ciphers for ssh server.
Syntax
[no] ssh server allowed-ciphers <ciphers>
Parameters
<ciphers> | Specifies a cipher or comma-separated list of ciphers, in quotation marks. Default ciphers configured are aes128-ctr, aes192-ctr, and aes256-ctr. Supported ciphers are: • aes128-cbc • 3des-cbc • blowfish-cbc • cast128-cbc • arcfour • aes192-cbc • aes256-cbc • aes128-ctr • aes192-ctr • aes256-ctr |
Usage
The no command option resets the SSH server allowed ciphers.
Example
amnesiac (config) # ssh server allowed-ciphers "aes128-ctr,aes192-ctr,aes256-ctr"
Product
SCC, Interceptor, Client Accelerator, SteelHead CX, SteelHead-v, SteelHead-c
Related Commands