Raisecom
ISCOM2600G-HI (A) Series Configuration Guide
1 Basic configurations
Raisecom Proprietary and Confidential
Copyright © Raisecom Technology Co., Ltd.
15
Function
Default value
SSH authentication timeout
600s
Allowable failure times for SSH authentication
20
SSH snooping port ID
22
SSH session status
Disable
SSH version
v2
Configure SSH services for the ISCOM2600G-HI series switch as below.
Step
Command
Description
1
Raisecom#config
Enter global configuration mode.
2
Raisecom(config)#gene
rate ssh-key
length
Generate local SSHv2 key pair and designate its
length.
By default, the length is 512 bits.
3
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.
4
Raisecom(config)#ssh2
server authentication
{ password | rsa-
key }
(Optional) configure SSHv2 authentication mode.
By default, it is password.
5
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.
6
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.
7
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.