Bug 1617

Summary: -L & -R do not work for slave ControlMaster connections
Product: Portable OpenSSH Reporter: darius
Component: sshAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: normal CC: akostadinov, djm
Priority: P2    
Version: 5.1p1   
Hardware: ix86   
OS: FreeBSD   
Bug Depends on:    
Bug Blocks: 1626    

Description darius 2009-07-01 17:38:49 AEST
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.
Comment 1 Damien Miller 2009-11-20 11:04:35 AEDT
*** Bug 1609 has been marked as a duplicate of this bug. ***
Comment 2 Damien Miller 2010-01-26 12:33:45 AEDT
This has been implemented and will be in OpenSSH 5.4
Comment 3 Darren Tucker 2010-03-26 10:52:10 AEDT
With the release of 5.4p1, this bug is now considered closed.