Configuration Guide SSH Commands
Displays the current status of the SSH server.
11.5 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, ranging from 0 to 5
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 ip ssh command to display
the configuration of the SSH server
The following example sets the authentication retry times to 2.
Ruijie# configure terminal
Ruijie(config)# ip ssh authentication-retries 2
Displays the current status of the SSH server.
Use this command to set the SSH server encryption mode.
Use the no form of this command to restore the default setting.
ip ssh cipher-mode { cbc | ctr | others }
Encryption mode: CBC (Cipher Block Chaining)
Encryption algorithm: DES-CBC, 3DES-CBC, AES-128-CBC,