CLI Reference SSH Configuration Commands
The following example shows how to enable the SCP function.
Ruijie#configure terminal
Ruijie(config)#ipscp server enable
Display the current status information of
ssh-server.
ip ssh authentication-retries
Use this command to set the authentication retry times of the SSH Server. Use the no form of this
command to restore the default setting.
ip ssh authentication-retries retry times
no ip ssh authentication-retries
Authentication retry times, in range of 0 to 5.
The default authentication retry times are 3. Use the no ip ssh authentication-retries command to
restore the default value after setting other retry times.
Global configuration mode.
User authentication is considered failed if authentication is not successful when the configured
authentication retry times on the SSH server is exceeded. Use the show ipssh command to view the
configuration of the SSH Server
The following example sets the authentication retry times to 2:
Ruijie# configure terminal
Ruijie(config)# ipssh authentication-retries 2
Show the current status of the SSH Server.