cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1431
Views
0
Helpful
2
Replies

[solved] C2960L-SM : ssh failing after upgrade to IOS 15.2(7)E4

lucnovales29639
Level 1
Level 1

Hi,

After upgrading WS-C2960L-SM-48PS to IOS c2960l-universalk9-mz.152-7.E4, it is impossible to connect using SSH.

Error is kex_exchange_identification: Connection closed by remote host

SSH is disabled in configuration and this parameter seems not modifiable with CLI or WEB acces.

Editing configuration file with a text editor is a good solution.

 

Modifying line VTY 0 4 as below solves this problem.

line vty 0 4
 privilege level 15
 login local
 transport input ssh

 Copy this file as startup-config to make it permanent.

 

1 Accepted Solution

Accepted Solutions

Hi Marce1000,

Thanks for your purpose, but it doesn't give additionnal information.

 

Diagnostic is possible displaying the running-config using WEB interface.

Line transport input none was added for line sections during upgrade, disabling all logins.

Modifying it in transport input ssh, enable only ssh (secure shell only).

 

Difficulty is to modify this parameter from WEB or reduced "smart" CLI. I didn't find any solution other than editing configuration file.

Luc.

 

View solution in original post

2 Replies 2

marce1000
VIP
VIP

 

 - Enable debug and or verbose mode on your ssh-client, you may get additional info's. Strong clients for debug/verbose capabilities are putty or native linux ssh-client.

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Hi Marce1000,

Thanks for your purpose, but it doesn't give additionnal information.

 

Diagnostic is possible displaying the running-config using WEB interface.

Line transport input none was added for line sections during upgrade, disabling all logins.

Modifying it in transport input ssh, enable only ssh (secure shell only).

 

Difficulty is to modify this parameter from WEB or reduced "smart" CLI. I didn't find any solution other than editing configuration file.

Luc.

 

Review Cisco Networking for a $25 gift card