[Bug 2945] sshd unstable on Illumos (and probably Solaris) when compiled in XPG4 mode
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Apr 5 21:18:46 AEDT 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=2945
--- Comment #11 from Fazal Majid <openssh at sentfrom.com> ---
Thanks Darren, but that doesn't seem to make a difference.
Here is output of ssh -v -v -v on the client just after issuing the
Ctrl-C:
mordac ~>echo debug3: receive packet: type 96
debug2: channel 0: rcvd eof
debug2: channel 0: output open -> drain
debug2: channel 0: obuf empty
debug2: channel 0: close_write
debug2: channel 0: output drain -> closed
and on the server side with sshd -d -d -d:
debug2: channel 0: read<=0 rfd 11 len 0
debug2: channel 0: read failed
debug2: channel 0: chan_shutdown_read (i0 o0 sock -1 wfd 11 efd -1
[closed])
debug2: channel 0: input open -> drain
debug2: channel 0: ibuf empty
debug2: channel 0: send eof
debug3: send packet: type 96
debug2: channel 0: input drain -> closed
so it looks like sshd read 0 bytes and decided to send an EOF to the
client. The connection was still open, as was the child process of sshd
until I close it with a ~.
--
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.
More information about the openssh-bugs
mailing list