This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can not make port forwarding from Cygwin when ControlMaster/ControlPath used.


On 2012-02-13, Corinna Vinschen wrote:

> On Feb 13 14:53, Corinna Vinschen wrote:
>> On Feb 13 11:18, Oleksandr Gavenko wrote:
>> > [...]
>> > To resolve issue I comment this line in ~/.ssh/config:
>> > 
>> >   # ControlPath ~/.ssh/sock_%r@%h_%p
>> >   # ControlMaster auto
>> 
>> Works for me with or without these lines.
>
> Btw., connection sharing doesn't work on Cygwin.  For this to work we
> need descriptor passing over AF_LOCAL sockets, which isn't implemented
> in Cygwin.
>
OK, thanks for explanation.

As possible solution:

 * comment above lines
 * pass "-S none" to ssh

Note that ssh create files ~/.ssh/sock_%r@%h_%p so code partially work.

-- 
Best regards!


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]