Raisecom
ISCOM2600G-HI (A) Series Configuration Guide
Raisecom Proprietary and Confidential
Copyright © Raisecom Technology Co., Ltd.
SSH authentication timeout
Allowable failure times for SSH authentication
Configure SSH services for the ISCOM2600G-HI series switch as below.
Enter global configuration mode.
Raisecom(config)#gene
rate ssh-key
length
Generate local SSHv2 key pair and designate its
length.
By default, the length is 512 bits.
Raisecom(config)#ssh2
server
Start the SSH server.
By default, it is not started.
Use the no ssh2 server command to shut down the
SSH server.
(Optional) configure SSH key renegotiation
period.
Raisecom(config)#ssh2
server authentication
{ password | rsa-
key }
(Optional) configure SSHv2 authentication mode.
By default, it is password.
Raisecom(config)#ssh2
server authentication
public-key
public key
(Optional) record the public key of the client on
the ISCOM2600G-HI series switch in rsa-key
authentication mode.
Raisecom(config)#ssh2
server
authentication-
timeout
period
(Optional) configure the SSHv2 authentication
timeout. The Gazelle S3028 refuses to authenticate
the client and then closes the connection when the
client authentication time exceeds this upper limit.
By default, it is 600s.
Raisecom(config)#ssh2
server
authentication-
retries
times
(Optional) configure the allowable failure times
for SSHv2 authentication. The ISCOM2600G-HI
series switch refuses to authenticate the client and
then closes the connection when the number of
client authentication failure times exceeds the
upper limit.
By default, it is 20.