X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=PX
	TZ9vY36zbSX+HsH35lMRa+lLceUsyRuo4PeAOIOAPheCTGSXk+3pCRBifjPbJxoV
	iAWGKgRzJsklxoDu8t7UlUDxVKpnTjKLw+RolZhh2p4qCubJOAf+37ybMAINnUbP
	6/yxIxO7jhg8t8BXXz/SOdsKeieSf4ku6iiVzzbRk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=c8IMNCS2
	egVDZ7vjz+FL7XHCALE=; b=r8ZftdKXz9o6VnHncXpE2uMutMZu+bNyIpFWFFWZ
	djeBWtKCiqrHZzuSFf/okU1lDZ3i3bY3UzJSVS96oNUuaVCXp5RQCHTzRx8xbu8Y
	YJFWeqAerBemZ+FIQDAiEClmaHhvQhz7ZP+WbCy8xLG/SNisa0xnWET2z82+1cg6
	iOE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=2.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2
X-HELO: mail-yk0-f175.google.com
MIME-Version: 1.0
X-Received: by 10.236.70.229 with SMTP id p65mr30463782yhd.50.1410744927434; Sun, 14 Sep 2014 18:35:27 -0700 (PDT)
In-Reply-To: <541629B2.2060403@acm.org>
References: <CAJipp7famUyvOEysLofd4JEYG6ZJcOdYjAReqWOqODsP=citXA@mail.gmail.com>	<CAJipp7d+mNkG0x9PpJu1A5hhUQBAdREgvXBcVt5VhFQoyOznOw@mail.gmail.com>	<541629B2.2060403@acm.org>
Date: Sun, 14 Sep 2014 18:35:27 -0700
Message-ID: <CAJipp7e=eMLCxPoEa_nNFfQEqZV+=oXZ2Jf2TvKWmwXVzjo5ew@mail.gmail.com>
Subject: Re: Fwd: Need help port forwarding with ssh and cygwin...
From: Steven Dennis <nzdreamer55@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

Ok so I think that the problem is with connecting from my server to my
local computer over ssh.  I ssh to my server and then issued a ssh
kira@XXX.XXX.XXX.XXX and got the following error.

ssh: connect to host XXX.XXX.XXX.XXX port 22: Connection timed out

On Sun, Sep 14, 2014 at 4:50 PM, David Rothenberger <daveroth@acm.org> wrote:
> On 9/14/2014 4:24 PM, Steven Dennis wrote:
>> rsync --update --ignore-existing --progress -vure 'ssh -p 29501'
>> /home/username/downloads/1/ /kira@XXX.XXX.XXX.XXX/cygdrive/e/1
>>
>> This usually gives me the following error
>>
>> rsync: mkdir "/kira@XXX.XXX.XXX.XXX/cygdrive/e/1" failed: No such file
>> or directory (2)
>
> Leave off the / before kira.
>
> rsync --update --ignore-existing --progress -vure 'ssh -p 29501'
> /home/username/downloads/1/ kira@XXX.XXX.XXX.XXX/cygdrive/e/1
>
> If that doesn't work, ensure that you can ssh: ssh kira@xxx.xxx.xxx.xxx.
>
> --
> David Rothenberger  ----  daveroth@acm.org
>
> toilet toup'
>
> --
> 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
>

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

