Configuration Guide SSH Commands
11.9 ip ssh time-out
Use this command to set the authentication timeout for the SSH server.
Use the no form of this command to restore the default setting.
Authentication timeout, in the range from 1 to 120 in the unit of
seconds
The default is 120 seconds.
Global configuration mode
The authentication is considered timeout and failed if the authentication is not successful within 120
seconds starting from receiving a connection request. Use the show ip ssh command to display the
configuration of the SSH server.
The following example sets the timeout value to 100 seconds.
Ruijie# configure terminal
Ruijie(config)# ip ssh time-out 100
Displays the current status of the SSH server.
Use this command to set the version of the SSH server.
Use the no form of this command to restore the default setting.
Supports the SSH1 client connection request.
Supports the SSH2 client connection request.
SSH1 and SSH2 are compatible by default.