Security 
60
System Management Guide
3HE 11018 AAAC TQZZA Edition: 01
 
config>system>security>ssh>server-cipher# cipher 60 name 
aes192-cbc
config>system>security>ssh>server-cipher# cipher 70 name 
aes256-cbc
config>system>security>ssh>server-cipher# cipher 80 name 
rijndael-cbc
config>system>security>ssh>client-cipher# exit
config>system>security>ssh# exit
The following example displays both SSH1 and SSH2 client and server cipher 
configurations:
A:Sar8 Dut-A>config>system>security>ssh# info detail
----------------------------------------------
client-cipher-list protocol-version 1
cipher 10 name 3des
cipher 20 name blowfish
cipher 30 name des
exit
client-cipher-list protocol-version 2
cipher 10 name aes128-cbc
cipher 20 name 3des-cbc
cipher 30 name blowfish-cbc
cipher 40 name cast128-cbc
cipher 50 name arcfour
cipher 60 name aes192-cbc
cipher 70 name aes256-cbc
cipher 80 name rijndael-cbc
exit
server-cipher-list protocol-version 1
cipher 10 name 3des
cipher 20 name blowfish
exit
server-cipher-list protocol-version 2
cipher 10 name aes128-cbc
cipher 20 name 3des-cbc
cipher 30 name blowfish-cbc
cipher 40 name cast128-cbc
cipher 50 name arcfour
cipher 60 name aes192-cbc
cipher 70 name aes256-cbc
cipher 80 name rijndael-cbc
exit
----------------------------------------------
*A:Sar8 Dut-A>config>system>security>ssh#