Supermicro L2/L3 Switches Configuration Guide
Parameter Default Value
Follow the steps below to configure SSH.
Step Command Description
Enters the configuration mode
ip ssh {version compatibility | cipher ([des
[3des-cbc]) | auth ([hmac-md5] [hmac-sha1]) |
port <(1024-65535)>}
switch should process both version 1
and version 2 SSL messages.
cipher – Specifies the encryption
algorithm.
auth –Specifies the authentication
algorithm.
port - Specifies the SSH port, from
1024-65535
to be part of the startup configuration.
no ip ssh {version compatibility | cipher ([des
[hmac-sha1]) | port <(1024-65535)>}” command disables SSH.
The example below shows the commands used to configure the SSH.
SMIS# configure terminal
SMIS(config)# ip ssh version compatibility
SMIS(config)# end
SMIS# show ip ssh
Version: Both
Cipher Algorithm: 3DES-CBC
Authentication: HMAC-SHA1