X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <12752032.post@talk.nabble.com>
Date: Tue, 18 Sep 2007 01:07:39 -0700 (PDT)
From: SQueeZe <kevin@kevinandkiran.com>
To: cygwin@cygwin.com
Subject: Re: ssh ProxyCommand not finding anything to execute
In-Reply-To: <46EF0E13.9020805@acm.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Nabble-From: kevin@kevinandkiran.com
References: <12742301.post@talk.nabble.com> <46EF0E13.9020805@acm.org>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


Thanks David, that is exactly what it is.  It seems so obvious in the cold
light of day!  I have contacted the cwRsync guys to see if they can include
it.

Thanks again for your help.


David Rothenberger wrote:
> 
> On 9/17/2007 11:38 AM, SQueeZe wrote:
>> I have installed cwRsync which has the OpenSSH client version 4.5.
> 
> You should probably ask for support from the cwRsync project.
> 
>  > I should be able to type in the following:
>> 
>> ssh -v -o ProxyCommand="connect -H -d proxy:8085 %h 443" user@myhomepc
>> 
>> However I get the following error:
>> 
>> OpenSSH_4.5p1, OpenSSL 0.9.8d 28 Sep 2006
>> debug1: Executing proxy command: exec connect.exe -H proxy:8085 myhomepc
>> 443
>> debug1: permanently_drop_suid: 400
>> /bin/sh: No such file or directory
> 
> OpenSSH invokes "/bin/sh -c proxycmd" (see sshconnect.c line 98 in the 
> 4.7 sources) and the cwRsync package does not include sh. Even if you 
> included sh.exe in your installation directory, I doubt it would work 
> because you won't have the Cygwin mount table setup so that /bin/sh 
> would map to the correct directory.
> 
> You really should raise this with the cwRsync developers.
> 
> -- 
> David Rothenberger  ----  daveroth@acm.org
> 
> Duty, n:
>          What one expects from others.
>                  -- Oscar Wilde
> 
> 
> --
> 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/
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/ssh-ProxyCommand-not-finding-anything-to-execute-tf4469005.html#a12752032
Sent from the Cygwin Users mailing list archive at Nabble.com.


--
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/

