C613-50631-01 Rev A Command Reference for IE340 Series 3350
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
SECURE SHELL (SSH) COMMANDS
SSH
SERVER DISALLOW-CBC-CIPHERS
ssh server disallow-cbc-ciphers
Overview Use this command to disallow CBC mode ciphers on SSH servers. You can only use
this command when your device is in Secure Mode (see the crypto secure-mode
command).
Use the no variant of this command to allow CBC mode ciphers.
Syntax
ssh server disallow-cbc-ciphers
no ssh server disallow-cbc-ciphers
Default CBC mode ciphers are allowed by default.
Mode Global Configuration
Example To disallow CBC mode ciphers for SSH server in Secure Mode, use the commands:
awplus# configure terminal
awplus(config)# ssh server disallow-cbc-ciphers
Related
commands
crypto secure-mode
service ssh
ssh server
Command
changes
Version 5.5.1-2.1: command added