77
3.5.3. SSH Configuration
Configure the SSH-related settings in "Global configuration mode." Confirm the configuration
information by executing the "show ip ssh" command in "Privileged mode."
Command to show the SSH configuration
M24eG#
show ip ssh
Command to enable the SSH server
M24eG(config)#
crypto key generate rsa
Command to delete the SSH server
M24eG(config)#
crypto key zeroize rsa
Command to set the SSH server timeout
M24eG(config)#
ip ssh time-out <minutes>
Command to set the SSH server authentication timeout
M24eG(config)#
ip ssh authentication-timeout <seconds>
Command to set the number of SSH server authentication retries
M24eG(config)#
ip ssh authentication-retries <retries>