C613-50631-01 Rev A Command Reference for IE340 Series 3343
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
SECURE SHELL (SSH) COMMANDS
SSH
SERVER ALLOW-LEGACY-SSH-RSA
ssh server allow-legacy-ssh-rsa
Overview Use this command to enable support for the legacy ssh-rsa algorithm on the SSH
server. Support for this algorithm was removed in version 5.5.1-1.1 due to security
concerns. Support for it is still disabled by default and you should only enable it if
you cannot avoid using ssh-rsa. It cannot be enabled when the device is in Secure
Mode.
Use the no variant of this command to disable support for the legacy ssh-rsa
algorithm on the SSH server.
Syntax
ssh server allow-legacy-ssh-rsa
no ssh server allow-legacy-ssh-rsa
Default Disabled
Mode Global Configuration
Example To enable SSH server support for the legacy ssh-rsa algorithm, use the commands:
awplus# configure terminal
awplus(config)# ssh server allow-legacy-ssh-rsa
Related
commands
show ssh server
ssh server
ssh client allow-legacy-ssh-rsa
Command
changes
Version 5.5.3-0.1: command added