bugzilla-daemon at bugzilla.mindrot.org
2008-Dec-02 11:24 UTC
[Bug 1543] New: ~C always opens command prompt on master session
https://bugzilla.mindrot.org/show_bug.cgi?id=1543
Summary: ~C always opens command prompt on master session
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=50754
1
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: cjwatson at debian.org
In Debian bug #507541, Adrian Bridgett reported:
"I use multiplexed connections. If in a slave SSH session I type
"~C"
to open an SSH command prompt, nothing appears to happen. If I look at
the master SSH session though I see the "ssh>" prompt has appeared
there :-) Not the end of the world, though it did confuse me for a
while (not least as it hangs the slave session until I've entered a
command on the master 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-Dec-07 21:22 UTC
[Bug 1543] ~C always opens command prompt on master session
https://bugzilla.mindrot.org/show_bug.cgi?id=1543 --- Comment #1 from Damien Miller <djm at mindrot.org> 2008-12-08 08:22:20 --- Created an attachment (id=1583) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1583) disable ~C for multiplexed slave connections This patch takes the easy way out and just disables ~C for multiplex slave connections. I'd like to fix it properly (i.e. make ~C work for slaves too), but it is quite a bit of work - clientloop.c:process_cmdline() would need a read_passphrase() equivalent that worked with the stdio Buffers. -- 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-Dec-07 21:22 UTC
[Bug 1543] ~C always opens command prompt on master session
https://bugzilla.mindrot.org/show_bug.cgi?id=1543
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Blocks| |1481
--- Comment #2 from Damien Miller <djm at mindrot.org> 2008-12-08
08:22:44 ---
put this on the list for 5.2
--
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
2008-Dec-09 03:13 UTC
[Bug 1543] ~C always opens command prompt on master session
https://bugzilla.mindrot.org/show_bug.cgi?id=1543
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Damien Miller <djm at mindrot.org> 2008-12-09
14:13:47 ---
patch applied - this fix will be in openssh-5.2. Thanks for the report.
--
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
2009-Feb-23 02:36 UTC
[Bug 1543] ~C always opens command prompt on master session
https://bugzilla.mindrot.org/show_bug.cgi?id=1543
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Damien Miller <djm at mindrot.org> 2009-02-23
13:36:44 ---
Close bugs fixed/reviewed for openssh-5.2 release
--
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
2010-Jan-05 20:46 UTC
[Bug 1543] ~C always opens command prompt on master session
https://bugzilla.mindrot.org/show_bug.cgi?id=1543
Adrian Bridgett <adrian at smop.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adrian at smop.co.uk
--- Comment #5 from Adrian Bridgett <adrian at smop.co.uk> 2010-01-06
07:46:49 EST ---
Perhaps a feature bug needs to be created to track Damien's comment
that really this needs reimplementing in the slave - after all when I
have four ssh sessions open I have _no_ idea which is the master more
often than not!
--
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.