- Community Home
- >
- Networking
- >
- Legacy
- >
- Switching and Routing
- >
- Can't ssh into HP 5500 using Putty
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2021 01:59 PM
тАО06-25-2021 01:59 PM
Hello All,
I am attempting to ssh into my switch using putty but as soon as I click Open I instantly get "Remote side unexpectedly closed network connection". As far as I can tell, ssh is enabled (via web interface and through cli from com port). What else can I check to see what is blocking access.
PS, I am currently plugged directly into a switch port when I attempt to connect.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2021 02:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2021 02:37 PM
тАО06-25-2021 02:37 PM
Re: Can't ssh into HP 5500 using Putty
Hi again @JacobAZ !
I've seen it before, let's see if you have "authentication-mode scheme" under VTY interfaces context. No idea how to check it on the Web GUI though... You can verify my guess by generating and downloading diagnostic file from the GUI, it is in Device Maintenance, Diagnostic information. Generate the file, download it, open it with text editor and find section called "display current-configuration". In that configuration find the line "user-interface vty 0 15". Under it you must have "authentication-mode scheme" like in the example below:
user-interface vty 0 15
authentication-mode scheme
If it's not there, this must be the cause. I know only one way to fix it - console cable, enter the CLI and execute the following (you can copy-paste it):
system-view
user-interface vty 0 15
authentication-mode scheme
return
save safely force
After you see "Configuration is saved to device successfully." message, disconnect from the console and try SSH again.
Maybe there is a way to do it through the GUI, but I couldn't find it...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2021 02:38 PM
тАО06-25-2021 02:38 PM
Re: Can't ssh into HP 5500 using Putty
LOL, this time you were faster than me, well done!