Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 21 Oct 2005 09:45:28 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: openssh connection multiplexing with cygwin Message-ID: <20051021074528.GA29744@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <43582BC1 DOT 1A778872 AT dessent DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43582BC1.1A778872@dessent.net> User-Agent: Mutt/1.4.2i 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/