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: openssh connection multiplexing with cygwin


On Oct 20 16:44, Brian Dessent wrote:
> 
> I've been trying to get the connection multiplexing feature of openssh
> to work with Cygwin without success.
> 
> I set "ControlPath /tmp/ssh_%h_%r" in ~/.ssh/config.  Then I do
> 
> $ ssh -M -N -vvv host
> 
> which works fine, and there is a socket in /tmp:
> 
> $ ls -l /tmp/ssh*
> srw-------  1 brian None 53 Oct 20 16:30 /tmp/ssh_host_brian=
> 
> Then in another window I try:
> 
> $ ssh -vvv host
> OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005
> debug1: Reading configuration data /home/brian/.ssh/config
> debug1: Applying options for *
> debug1: Applying options for host
> debug1: Reading configuration data /etc/ssh_config
> debug1: Applying options for *
> debug3: ssh_msg_send: type 1
> debug3: ssh_msg_recv entering
> debug3: ssh_msg_send: type 1
> mm_send_fd: sendmsg(2): Software caused connection abort
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Sorry, file descriptor passing doesn't work on Cygwin.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat, Inc.

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


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