bugzilla-daemon at mindrot.org
2013-Sep-08 18:00 UTC
[Bug 2149] New: ssh client shows connection closed by remote host
https://bugzilla.mindrot.org/show_bug.cgi?id=2149 Bug ID: 2149 Summary: ssh client shows connection closed by remote host Product: Portable OpenSSH Version: 6.0p1 Hardware: PPC OS: Linux Status: NEW Severity: major Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: zq_fan at 163.com sshd server environment: montavista linux with openssh 6.0(openssl 0.9.8) when i connect the sshd server, it prints "connection closed by remote host". When i login the system from com port, there are many "sshd -R" processes which process state is D state(means blocked in the kernel state). when i read the code: when client prints "connection closed by remote host", it means client can not read the version string from the remote server. The read function returns an EPIPE errorcode. Is this a known problem? how can i fix it? -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Sep-19 00:45 UTC
[Bug 2149] ssh client shows connection closed by remote host
https://bugzilla.mindrot.org/show_bug.cgi?id=2149 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> --- processes stuck in 'D' state are often the result of waiting for an unreachable NFS server or kernel bugs. If you are not using NFS then check dmesg for signs of problems. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at natsu.mindrot.org
2013-Oct-23 23:34 UTC
[Bug 2149] ssh client shows connection closed by remote host
https://bugzilla.mindrot.org/show_bug.cgi?id=2149 --- Comment #2 from Damien Miller <djm at mindrot.org> --- In any case, we'll need a full debug trace from both the client and the server to debug this. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2014-Jul-03 06:21 UTC
[Bug 2149] ssh client shows connection closed by remote host
https://bugzilla.mindrot.org/show_bug.cgi?id=2149 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #3 from Damien Miller <djm at mindrot.org> --- 8 months with no followup == no bug -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-Aug-11 13:03 UTC
[Bug 2149] ssh client shows connection closed by remote host
https://bugzilla.mindrot.org/show_bug.cgi?id=2149 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Damien Miller <djm at mindrot.org> --- Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
Reasonably Related Threads
- [Bug 2469] New: ssh connection hangs indefinitely on EPIPE
- [Bug 2126] New: ISP bogus NX records override configuration Host
- [Bug 1837] New: scp fails key auth/connection on second host when two remote paths are specified
- [Bug 1755] New: Broken pipe with scponly with debuglevel
- [Bug 1535] New: rename doesn't fall back to rename syscall upon ENOSYS of link syscall