TP-Link TL-SG3424P Switch User Manual


 
86
TP-LINK(config)# ssh version v2
ssh idle-timeout
Description
The ssh idle-timeout command is used to specify the idle-timeout time of SSH.
To restore to the factory defaults, please use no ssh idle-timeout command.
Syntax
ssh idle-timeout value
no ssh idle-timeout
Parameter
value —— The Idle-timeout time. During this period, the system will
automatically release the connection if there is no operation from the client. It
ranges from 1 to 999 in seconds. By default, this value is 500.
Command Mode
Global Configuration Mode
Example
Specify the idle-timeout time of SSH as 300 seconds:
TP-LINK(config)# ssh idle-timeout 300
ssh max-client
Description
The ssh max-client command is used to specify the maximum number of the
connections to the SSH server. To return to the default configuration, please use
no ssh max-client command.
Syntax
ssh max-client number
no ssh max-client
Parameter
number —— The maximum number of the connections to the SSH server. It
ranges from 1 to 5. By default, this value is 5.
Command Mode
Global Configuration Mode
Example