Administrator Guide

Security Commands 1094
ip ssh server
Use the ip ssh server command in Global Configuration mode to enable the
switch to be configured using SSH. To disable this function, use the no form
of this command.
Syntax
ip ssh server
no ip ssh server
Default Configuration
The SSH server is disabled by default.
Command Mode
Global Configuration mode
User Guidelines
To generate SSH server keys, use the commands crypto key generate rsa and
crypto key generate dsa commands. These keys are required to allow the SSH
server to operate.
Dell EMC Networking N-Series switches support the SSH service over IPv4
or IPv6. SSH is configured to require a password on accounts that attempt to
log into the switch.
Example
The following example enables the switch to be configured using SSH.
console(config)#crypto key generate rsa
Do you want to overwrite the existing RSA keys? (y/n):y
RSA key generation started, this may take a few minutes...
RSA key generation complete.
console(config)#crypto key generate dsa
Do you want to overwrite the existing DSA keys? (y/n):y
DSA key generation started, this may take a few minutes...
DSA key generation complete.
console(config)#ip ssh server