bugzilla-daemon at bugzilla.mindrot.org
2011-Feb-16 18:01 UTC
[Bug 1859] New: sshd does not forward break request to process as SIGINT
https://bugzilla.mindrot.org/show_bug.cgi?id=1859 Summary: sshd does not forward break request to process as SIGINT Product: Portable OpenSSH Version: 5.8p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: david.choweller at pb.com Older implementations of sshd forwarded a break request to the connected process as a SIGINT. This was fixed (see bug 888), but seems to have re-appeared again. We see the following in the syslog: Feb 15 12:51:24 jerom sshd[14392]: debug1: server_input_channel_req: channel 0 request break reply 0 Feb 15 12:51:24 jerom sshd[14392]: debug1: session_by_channel: session 0 channel 0 Feb 15 12:51:24 jerom sshd[14392]: debug1: session_input_channel_req: session 0 req break However, the connected process is not getting a SIGINT. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Feb-16 18:10 UTC
[Bug 1859] sshd does not forward break request to process as SIGINT
https://bugzilla.mindrot.org/show_bug.cgi?id=1859 David Choweller <david.choweller at pb.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|5.8p1 |5.2p1 --- Comment #1 from David Choweller <david.choweller at pb.com> 2011-02-17 05:10:50 EST --- Changed version -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Apr-13 05:01 UTC
[Bug 1859] sshd does not forward break request to process as SIGINT
https://bugzilla.mindrot.org/show_bug.cgi?id=1859 --- Comment #2 from Damien Miller <djm at mindrot.org> 2011-04-13 15:01:56 EST --- Created attachment 2027 --> https://bugzilla.mindrot.org/attachment.cgi?id=2027 send break to correct fd Break delivery in sshd was indeed broken. This patch should fix it, but I don't personally see any change in behaviour after applying it. Does it help your case? -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Oct-21 00:25 UTC
[Bug 1859] sshd does not forward break request to process as SIGINT
https://bugzilla.mindrot.org/show_bug.cgi?id=1859 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Blocks| |1930 -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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 bugzilla.mindrot.org
2011-Nov-04 00:39 UTC
[Bug 1859] sshd does not forward break request to process as SIGINT
https://bugzilla.mindrot.org/show_bug.cgi?id=1859 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Damien Miller <djm at mindrot.org> 2011-11-04 11:39:39 EST --- This fix is committed -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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.