bugzilla-daemon at bugzilla.mindrot.org
2009-Jul-01 07:38 UTC
[Bug 1617] New: -L & -R do not work for slave ControlMaster connections
https://bugzilla.mindrot.org/show_bug.cgi?id=1617
Summary: -L & -R do not work for slave ControlMaster
connections
Product: Portable OpenSSH
Version: 5.1p1
Platform: ix86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: darius at dons.net.au
Summary says it all really.
I have..
Host *
ControlMaster auto
ControlPath ~/.ssh/master-%l_%r@%h:%p
in my ~/.ssh/config file so that connections automatically create
master connections or use a previously created one on the first
connect.
Unfortunately if I want to use -L or -R (or -D I imagine) then I must
remember to add "-o ControlMaster=no" otherwise they don't work.
--
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
2009-Nov-20 00:04 UTC
[Bug 1617] -L & -R do not work for slave ControlMaster connections
https://bugzilla.mindrot.org/show_bug.cgi?id=1617
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |avalon at friendofpooh.com
--- Comment #1 from Damien Miller <djm at mindrot.org> 2009-11-20 11:04:35
EST ---
*** Bug 1609 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
2009-Nov-20 00:04 UTC
[Bug 1617] -L & -R do not work for slave ControlMaster connections
https://bugzilla.mindrot.org/show_bug.cgi?id=1617
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Blocks| |1626
--
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-26 01:33 UTC
[Bug 1617] -L & -R do not work for slave ControlMaster connections
https://bugzilla.mindrot.org/show_bug.cgi?id=1617
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Damien Miller <djm at mindrot.org> 2010-01-26 12:33:45
EST ---
This has been implemented and will be in OpenSSH 5.4
--
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-Mar-25 23:52 UTC
[Bug 1617] -L & -R do not work for slave ControlMaster connections
https://bugzilla.mindrot.org/show_bug.cgi?id=1617
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> 2010-03-26
10:52:10 EST ---
With the release of 5.4p1, this bug is now considered closed.
--
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.
Apparently Analagous Threads
- [Bug 2437] New: ssh with ControlMaster and ControlPath hangs on 2nd session in same terminal
- [Bug 2356] New: inheritance of options not working as documented + HostName leads to recursive reparsing isn't documented
- [Bug 1382] New: scp/sftp sometimes hangs as a ControlMaster slave
- [Bug 1278] CYGWIN controlMaster connections don't work.
- [Bug 2420] New: Race condition regarding ControlPersist and ControlMaster=auto