C613-50631-01 Rev A Command Reference for IE340 Series 3358
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
SECURE SHELL (SSH) COMMANDS
SSH
SERVER SECURE-MAC
ssh server secure-mac
Overview Use this command to force the SSH server to only use Message Authentication
Code (MAC) algorithms that are currently considered best-practice.
Use the no variant of this command to stop forcing the SSH server to use this
restricted set of MAC algorithms.
Syntax
ssh server secure-mac
no ssh server secure-mac
Default Disabled.
Mode Global Configuration
Usage notes To see the list of MAC 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 MAC algorithms, use the commands:
awplus# configure terminal
awplus(config)# ssh server secure-mac
Related
commands
show ssh server
ssh server
ssh server secure-algs
ssh server secure-ciphers
ssh server secure-hostkey
ssh server secure-kex
Command
changes
Version 5.5.1-1.1: command added