- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ssh_exchange_identification: Connection closed...
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
тАО10-08-2004 05:36 AM
тАО10-08-2004 05:36 AM
ssh_exchange_identification: Connection closed by remote host
I'm trying to connect to RHEL AS 3 ProLiant server (32-bit) with ssh and I get ssh_exchange_identification: Connection closed by remote host
The openssh rpm installed is:
openssh-3.6.1p2-33.30.1.i386
I can login on the iLO console just fine. sshd is running. I tried restarting the system, checked the logs -- there were some messages that say "refuse connect from
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 05:49 AM
тАО10-08-2004 05:49 AM
Re: ssh_exchange_identification: Connection closed by remote host
Openssh does not restrict any users coming from any network, commercial version has an option to restrict(AllowHosts=x.x.x.x) from the server can you ping the default gateway to make sure the network is up if it is fine you can try /etc/init.d/sshd restart & then try to ssh into the server.
Hope this helps
Rgds
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 05:59 AM
тАО10-08-2004 05:59 AM
Re: ssh_exchange_identification: Connection closed by remote host
> Openssh does not restrict any users coming from any network,
I know
>commercial version has an option to restrict(AllowHosts=x.x.x.x)
I don't use commercial ver.
> from the server can you ping the default gateway to make sure the network is up
Network is just fine. I'm having problems with the sshd on that system
> if it is fine you can try /etc/init.d/sshd restart & then try to ssh into the server.
already tried that; even rebooted; same error
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 06:08 AM
тАО10-08-2004 06:08 AM
Re: ssh_exchange_identification: Connection closed by remote host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 06:19 AM
тАО10-08-2004 06:19 AM
Re: ssh_exchange_identification: Connection closed by remote host
Rick,
I don't see how would that help me.
> Use ssh to connect again, the system will prompt wil the message that you are a new host, do you want to add this host...? A yes/no question.
I can't get to that point where the client checks the $HOME/.ssh/known_hosts. It breaks before that. If you read the error message:
ssh_exchange_identification: Connection closed by remote host
it tells you that it breaks at the ssh_exchange_identification stage. This is where the server system (sshd) tells the client what version of openssh it is running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 10:03 AM
тАО10-08-2004 10:03 AM
Re: ssh_exchange_identification: Connection closed by remote host
Thanks.