C613-50631-01 Rev A Command Reference for IE340 Series 3340
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
SECURE SHELL (SSH) COMMANDS
SSH
CLIENT ALLOW-LEGACY-SSH-RSA
ssh client allow-legacy-ssh-rsa
Overview Use this command to enable support for the legacy ssh-rsa algorithm on the SSH
client. 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 client.
Syntax
ssh client allow-legacy-ssh-rsa
no ssh client allow-legacy-ssh-rsa
Default Disabled
Mode Global Configuration
Example To enable SSH client support for the legacy ssh-rsa algorithm, use the commands:
awplus# configure terminal
awplus(config)# ssh client allow-legacy-ssh-rsa
Related
commands
show ssh client
ssh client
ssh server allow-legacy-ssh-rsa
Command
changes
Version 5.5.3-0.1: command added