Administrator Guide

Table Of Contents
Usage
Information
The host keys are required for key-exchange by the SSH server. If the keys are not found when you
enable the server (ip ssh server enable), the keys are automatically generated.
This command requires user interaction and generates a prompt prior to overwriting any existing host
keys.
NOTE: Only a user with superuser permissions should generate host-keys.
Example
DellEMC(conf)# crypto key generate rsa
Enter key size <1024-2048>. Default<1024> :
Host key already exists. Overwrite (y/n)?y
Generating 1024-bit SSHv2 RSA key.
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
DellEMC(conf)#
Related
Commands
ip ssh server enables the SSH server.
show crypto displays the SSH host public keys.
crypto key zeroize rsa
Removes the generated RSA host keys and zeroize the key storage location.
Syntax
crypto key zeroize rsa
Defaults none
Command Modes CONFIGURATION
Command
History
This guide is platform-specific. For command information about other platforms, see the relevant Dell
EMC Networking OS Command Line Reference Guide.
Version Description
9.10(0.1) Introduced on the S6010-ON and S4048T-ON.
9.10(0.0) Introduced on the S3148.
9.10(0.0) Introduced on the S6100-ON.
9.8(2.0) Introduced on the S3100 series.
9.8(1.0) Introduced on the Z9100-ON.
9.8(0.0P5) Introduced on the S4048-ON.
9.8(0.0P2) Introduced on the S3048-ON.
9.7(0.0) Introduced on the S6000ON.
9.5(0.1) Introduced on the Z9500.
9.5(0.0) Introduced on the Z9000, S6000, S4820T, S4810, MXL
debug ip ssh
Enables collecting SSH debug information.
Syntax
debug ip ssh {client | server}
To disable debugging, use the no debug ip ssh {client | server} command.
Parameters
client Enter the keyword client to enable collecting debug information on the client.
server Enter the keyword server to enable collecting debug information on the server.
Defaults Disabled on both client and server.
Security 1385