Configuration Example: Enable/Disable Ciphers in Secure Mode
* Slot-1 Stack.37 # configure ssh2 secure-mode on
Note: All Secure mode Ciphers/MACs will be enabled
* Slot-1 Stack.38 # show ssh2
SSH module configuration details:
SSH Access : Enabled
Key validity : Valid
TCP port : 22
VR : all
Access profile : not set
Secure Mode : On
Diffie-Hellman Groups : 1 (1024 bits prime), 14 (2048 bits prime)
Idle time : 60 minutes
Ciphers : aes128-ctr, aes192-ctr, aes256-ctr
Macs : hmac-sha1, hmac-sha2-256, hmac-sha2-512
* Slot-1 Stack.39 # show ssh2 ciphers
Ciphers : aes128-ctr, aes192-ctr, aes256-ctr
* Slot-1 Stack.40 # configure ssh2 disable cipher aes128-ctr
* Slot-1 Stack.41 # show ssh2 ciphers
Ciphers : aes192-ctr, aes256-ctr
* Slot-1 Stack.42 # show ssh2
SSH module configuration details:
SSH Access : Enabled
Key validity : Valid
TCP port : 22
VR : all
Access profile : not set
Secure Mode : On
Diffie-Hellman Groups : 1 (1024 bits prime), 14 (2048 bits prime)
Idle time : 60 minutes
Ciphers : aes192-ctr, aes256-ctr
Macs : hmac-sha1, hmac-sha2-256, hmac-sha2-512
* Slot-1 Stack.43 # configure ssh2 enable cipher aes128-ctr
* Slot-1 Stack.44 # show ssh2 ciphers
Ciphers : aes128-ctr, aes192-ctr, aes256-ctr
* Slot-1 Stack.45 # show ssh2
SSH module configuration details:
SSH Access : Enabled
Key validity : Valid
TCP port : 22
VR : all
Access profile : not set
Secure Mode : On
Diffie-Hellman Groups : 1 (1024 bits prime), 14 (2048 bits prime)
Idle time : 60 minutes
Ciphers : aes128-ctr, aes192-ctr, aes256-ctr
Macs : hmac-sha1, hmac-sha2-256, hmac-sha2-512