SSH Connection Error : ssh_exchange_identification: read: Connection reset by peer

Posted by Senthil G on Server Fault See other posts from Server Fault or by Senthil G
Published on 2012-11-03T12:55:47Z Indexed on 2012/11/03 17:06 UTC
Read the original article Hit count: 1207

Filed under:
|

When I tried to connect to the server via SSH, I'm getting the following error,

[root@oneeighty ~]# ssh -vvv -p 443 [email protected]
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to xxx.xxx.xxx [IP] port 443.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: loaded 3 keys
ssh_exchange_identification: read: Connection reset by peer

I have checked the SSH configuration on server and client and there are no issues.

Restarted the SSH Service on Server and then restarted the server/client.

But the issues is not resolved.

Please help to fix the issue.

Thanks in Advance,

-Senthil

© Server Fault or respective owner

Related posts about linux

Related posts about ssh