1. When you enable SSH, it might default to a version number that you are not running or do not wish to run. Make sure to enable the correct version.
2. First, you can find out which version you are running by doing the following:
a. RTR-01>enable
b. RTR-01#show run | include ssh version
i. Here it will show you which version of SSH you are running
ii. You can also just type RTR-01#show ip ssh
3. Next, you can change your version of SSH
a. RTR-01>enable
b. RTR-01#conf t
c. RTR-01 (config) #ip ssh version YOUR_DESIRED_VERSION
d. RTR-01 (config) #end
e. RTR-01#write
i. Or copy-running-config startup-config
4. Now, verify your version number:
a. RTR-01#show ip ssh
b. Orr you can type: RTR-01#show run | include ssh version
This blog consists of configurations and processes I have performed in a lab environment. In no way do I recommend or imply these processes need to be followed or are the correct way to execute on any network. Perform at your own risk. Also, please feel free to leave comments if my configurations are too old/need updating.
What's Popular
-
1. From Server Manager, click on the Tools menu in the top right corner, then click on DHCP to bring up the DHCP configuration console. ...
-
#set service dhcp-relay interface YOUR_INTERFACE Or, #set service dhcp-relay server YOUR_SERVER_IP #commit #save Reference: https://docs.vyo...
-
First, you can try these steps from the official VMware KB. I tried this and it failed on several occasions, so I pursued another avenu...
Meh, Whatever is Featured
Linking Active Directory to Palo Alto
###First you need to create a server profile under the LDAP section. DEVICE>Server Profiles>LDAP then click on the Add down at the bo...
Wednesday, January 26, 2022
Change SSH Version
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment