CLI Guide

When FIPS is not enabled, the default key-exchange-algorithms are the following:
diffie-hellman-group-exchange-sha1
diffie-hellman-group1-sha1,
diffie-hellman-group14-sha1
port port-number (OPTIONAL) Enter the keyword port then the port number of the listening port of the
SSH server. The range is from 1 to 65535. The default is 22.
[version {1 | 2}] (OPTIONAL) Enter the keyword version then the SSH version 1 or 2 to specify only
SSHv1 or SSHv2.
NOTE: If you enable FIPS mode, you can only select version 2.
Defaults Default listening port is 22.
Command Modes CONFIGURATION
Supported Modes Full–Switch
Command History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.5(0.0) Introduced the cipher, kex and mac options on the MXL 10/40GbE Switch.
8.3.16.1 Introduced on the MXL 10/40GbE Switch IO Module.
Usage Information This command enables the SSH server and begins listening on a port. If a port is not specied, listening is on SSH
default port 22.
NOTE: Starting with Dell Networking OS Release 9.2(0.0), SSH server is enabled by default.
Example
Dell# conf
Dell(conf)# ip ssh server port 45
Dell(conf)# ip ssh server enable
Dell#
Related Commands show ip ssh — displays the ssh information.
show crypto
Displays the public part of the SSH host-keys.
Syntax
show crypto key mypubkey {rsa | rsa1}
Parameters
Key Enter the keyword key to display the host public key.
mypubkey Enter the keyword mypubkey to display the host public key.
rsa Enter the keyword rsa to display the host SSHv2 RSA public key.
rsa1 Enter the keyword rsa1 to display the host SSHv1 RSA public key.
Defaults none
Command Modes EXEC
Security 1173