C613-50631-01 Rev A Command Reference for IE340 Series 3356
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
SECURE SHELL (SSH) COMMANDS
SSH
SERVER SECURE-HOSTKEY
ssh server secure-hostkey
Overview Use this command to force the SSH server to only use hostkey algorithms that are
currently considered best-practice. This excludes NIST curve-based hostkey
algorithms.
Use the no variant of this command to stop forcing the SSH server to use this
restricted set of hostkey algorithms.
Syntax
ssh server secure-hostkey
no ssh server secure-hostkey
Default Disabled
Mode Global Configuration
Usage notes Using this command may reduce compatibility with older SSH clients.
To see the list of hostkey algorithms, use the show ssh server command.
This command is not available in Secure Mode because Secure Mode already
forces the device to use only FIPS-approved algorithms.
Example To force the SSH server to use best-practice hostkey algorithms, use the
commands:
awplus# configure terminal
awplus(config)# ssh server secure-hostkey
Related
commands
show ssh server
ssh server
ssh server secure-algs
ssh server secure-ciphers
ssh server secure-kex
ssh server secure-mac
Command
changes
Version 5.5.2-2.1: command added