Example 
Download an SSH-1 type key file named ssh-key from TFTP server with the IP 
address 192.168.0.148: 
T2500G-10TS(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: 
T2500G-10TS(config)# ip ssh download v1 ssh-key ip-address fe80::1234 
19.7  remove public-key 
Description 
The remove public-key command is used to remove the SSH public key from 
the switch.   
Syntax 
remove public-key { v1 | v2 }
 
Parameter 
v1 | v2
 
——  Select the type of SSH public key, v1 represents SSH-1, v2 
represents SSH-2.   
Command Mode 
Privileged EXEC Mode 
Privilege Requirement 
Only Admin level users have access to these commands. 
Example 
Remove the SSH-1 type public key from the switch: 
T2500G-10TS# remove public-key v1 
19.8  show ip ssh 
Description 
The show ip ssh command is used to display the global configuration of SSH.   
Syntax 
show ip ssh 
143