bugzilla-daemon at bugzilla.mindrot.org
2007-Jul-05 15:28 UTC
[Bug 1331] New: ControlClient escape sequences non-functional
http://bugzilla.mindrot.org/show_bug.cgi?id=1331 Summary: ControlClient escape sequences non-functional Product: Portable OpenSSH Version: 4.6p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: dwmw2 at infradead.org When using the OpenSSH client in ControlClient mode, escape sequences (such as ~. to kill the connection) are not functional. -- Configure bugmail: http://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
2008-Jun-12 01:41 UTC
[Bug 1331] ControlClient escape sequences non-functional
https://bugzilla.mindrot.org/show_bug.cgi?id=1331 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bitbucket at mindrot.org |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> 2008-06-12 11:41:23 --- Created an attachment (id=1512) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1512) Process escapes from multiplex slave sessions This hooks up the escape filter to multiplex slave sessions and makes the escape state per-session. -- 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
2008-Jun-12 03:43 UTC
[Bug 1331] ControlClient escape sequences non-functional
https://bugzilla.mindrot.org/show_bug.cgi?id=1331 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Blocks| |1452 -- 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
2008-Jun-12 03:44 UTC
[Bug 1331] ControlClient escape sequences non-functional
https://bugzilla.mindrot.org/show_bug.cgi?id=1331 --- Comment #2 from Damien Miller <djm at mindrot.org> 2008-06-12 13:43:57 --- patch applied, this will be in openssh-5.2 (barring regressions) -- 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
2008-Jul-09 12:35 UTC
[Bug 1331] ControlClient escape sequences non-functional
https://bugzilla.mindrot.org/show_bug.cgi?id=1331 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |web at rightless.com --- Comment #3 from Damien Miller <djm at mindrot.org> 2008-07-09 22:35:45 --- *** Bug 1484 has been marked as a duplicate of this bug. *** -- 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
2008-Jul-22 02:19 UTC
[Bug 1331] ControlClient escape sequences non-functional
https://bugzilla.mindrot.org/show_bug.cgi?id=1331 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Damien Miller <djm at mindrot.org> 2008-07-22 12:19:06 --- Mass update RESOLVED->CLOSED after release of openssh-5.1 -- 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
2010-Jun-04 10:11 UTC
[Bug 1331] ControlClient escape sequences non-functional
https://bugzilla.mindrot.org/show_bug.cgi?id=1331 --- Comment #5 from David Woodhouse <dwmw2 at infradead.org> --- Doesn't seem to be working for me in 5.5p1 on Linux. If I send ~. to a multiplex slave session, it just locks up and stops working. Other escape sequences seem to work though. -- 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
2010-Jun-04 16:12 UTC
[Bug 1331] ControlClient escape sequences non-functional
https://bugzilla.mindrot.org/show_bug.cgi?id=1331 --- Comment #6 from David Woodhouse <dwmw2 at infradead.org> --- Created attachment 1854 --> https://bugzilla.mindrot.org/attachment.cgi?id=1854 patch This "fixes" it, although I'm far from sure that it's the correct fix... it does serve to highlight the issue though. The client never exits because the control socket never gets closed from the master side. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
Apparently Analagous Threads
- [Bug 1328] New: ControlClient uses wrong $DISPLAY.
- [Bug 1329] New: stale control sockets prevent connection.
- [Bug 1349] New: race condition with ControlMaster=auto
- [Bug 1330] New: RFE: 'ControlPersist' support -- automatically fork and leave ControlMaster behind as a dæmon
- [Bug 1917] New: Escape sequence (~) doesn't work right with ControlMaster/ControlPersist connections