Security Commands 1070ip ssh serverUse the ip ssh server command in Global Configuration mode to enable theswitch to be configured using SSH. To disable this function, use the no formof this command.Syntaxip ssh serverno ip ssh serverDefault ConfigurationThe SSH server is disabled by default.Command ModeGlobal Configuration modeUser GuidelinesTo generate SSH server keys, use the commands crypto key generate rsa andcrypto key generate dsa commands. These keys are required to allow the SSHserver to operate.Dell EMC Networking N-Series switches support the SSH service over IPv4or IPv6. SSH is configured to require a password on accounts that attempt tolog into the switch.ExampleThe following example enables the switch to be configured using SSH.console(config)#crypto key generate rsaDo you want to overwrite the existing RSA keys? (y/n):yRSA key generation started, this may take a few minutes...RSA key generation complete.console(config)#crypto key generate dsaDo you want to overwrite the existing DSA keys? (y/n):yDSA key generation started, this may take a few minutes...DSA key generation complete.console(config)#ip ssh server