TP-Link TL-SG2452 Switch User Manual


 
Command Mode
Global Configuration Mode
Example
Specify the maximum number of the connections to the SSH server as 3:
TL-SG2424(config)# ip ssh max-client 3
ip ssh download
Description
The ip ssh download command is used to download the SSH key file from
TFTP server.
Syntax
ip ssh download { v1 | v2 } key-file ip-address ip-addr
Parameter
v1 | v2 —— Select the type of SSH key to download, v1 represents SSH-1, v2
represents SSH-2.
key-file —— The name of the key-file which is selected to download. The length
of the name ranges from 1 to 25 characters. The key length of the downloaded
file must be in the range of 256 to 3072 bits.
ip-addr —— The IP address of the TFTP server. Both IPv4 and IPv6 addresses
are supported, for example 192.168.0.1 or fe80::1234.
Command Mode
Global Configuration Mode
Example
Download an SSH-1 type key file named ssh-key from TFTP server with the IP
address 192.168.0.148:
TL-SG2424(config)# ip ssh download v1 ssh-key ip-address 192.168.0.148
Download an SSH-1 type key file named ssh-key from TFTP server with the IP
address fe80::1234:
TL-SG2424(config)# ip ssh download v1 ssh-key ip-address fe80::1234
show ip ssh
Description
The show ip ssh command is used to display the global configuration of SSH.
53