Operating System - HP-UX
1822734 Members
3889 Online
109644 Solutions
New Discussion юеВ

sshd[845]: fatal: Read from socket failed: Connection reset by peer

 
Deepak Kulkarni
Regular Advisor

sshd[845]: fatal: Read from socket failed: Connection reset by peer

Hi,

Can anybody tell what is the meaning of this log "sshd[845]: fatal: Read from socket failed: Connection reset by peer"

Thanks & Regards
DK
5 REPLIES 5
Roberto Arias
Valued Contributor

Re: sshd[845]: fatal: Read from socket failed: Connection reset by peer

HI DK:

is sshd running? then restart daemon and check that you FS / isn't full

regards
The man is your friend
Deepak Kulkarni
Regular Advisor

Re: sshd[845]: fatal: Read from socket failed: Connection reset by peer

Hi Roberto,

Sshd is running. But I would like to know why these are being generated.

Rgds
DK
Roberto Arias
Valued Contributor

Re: sshd[845]: fatal: Read from socket failed: Connection reset by peer

hi dk
execute a 'ssh -v and send us the out.

please check /var/adm/syslog/syslog.log for error

regards
The man is your friend
Roberto Arias
Valued Contributor

Re: sshd[845]: fatal: Read from socket failed: Connection reset by peer

hi again, check parameter kernel values (npty,nsrpty,maxuser) and modify by values higest

regards
The man is your friend
Ralph Grothe
Honored Contributor

Re: sshd[845]: fatal: Read from socket failed: Connection reset by peer

Probably as it reads,
the client side seems to have sent a tcp segment with the RST flag set in the IP header.
You must find out if the client side sent this deliberately because this is not the formal procedure of finishing a tcp session.
But maybe a misbehaving firewall cut down the connection?
Madness, thy name is system administration