06-03-2009 04:38 AM - edited 03-04-2019 04:58 AM
I did upgrade to version of IOS cat4000-i9k91s-mz.122-18.EW2.bin to cat4500-entservicesk9-mz.122-52.SG.bin at a catalyst 4507r engine IV.
Before i could to execute:
ssh 1.1.1.1, without problem.
But after upgrade i can't do that.
In catalyst 4507r:
-----------------
router_4507r#sh ip ssh
SSH Enabled - version 1.99
Authentication timeout: 120 secs; Authentication retries: 3
router_4507r#ssh 1.1.1.1
[Connection to 1.1.1.1 aborted: error status 0]
In router remote:
----------------
Router_remote#sh ip ssh
SSH Enabled - version 1.99
Authentication timeout: 120 secs; Authentication retries: 3
07-05-2019 04:59 AM
Your issue more than likely is ssh strict host key checking is enabled.
Check your ssh configuration for this command:
ip ssh stricthostkeycheck
If it's in your configuration, you have two options:
1. enable the ip ssh pubkey-chain command:
ip ssh pubkey-chain
2. Disable strict host key checking
no ip ssh stricthostkeycheck
In your case, I would try option 2.
Good Luck!
07-05-2019 05:00 AM
Your issue more than likely is ssh strict host key checking is enabled.
Check your ssh configuration for this command:
ip ssh stricthostkeycheck
If it's in your configuration, you have two options:
1. enable the ip ssh pubkey-chain command:
ip ssh pubkey-chain
2. Disable strict host key checking
no ip ssh stricthostkeycheck
In your case, I would try option 2.
Good Luck!
09-12-2019 10:09 AM
i am to facing same issue
Core-A-SW#ssh 10.200.2.134
[Connection to 10.200.2.134 aborted: error status 0]
01-22-2021 12:05 PM
Me too
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide