delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT 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=P8 | |
eePgxrHP0HXj5An7u8IVG8bqdBXgxPy867IYZ5bcNM4ZISBnUFPMQnXBtFLpH+oL | |
TI/Q1ILcayHGlcQKeAaA9+iJtqTwt8uayl+qgGE/HL8+PpYueGMHknUv87CRQpB1 | |
uA3eeUVVwqlTE3gfwwlkl/vzFtlU+ET9gLCY8tlw0= | |
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=8k3DYU9v | |
L2EbfUAo2KFC/HeemMU=; b=xfnja9Qu8mCkL6zel2Bk9V7WfGOEWHuB6Xr8QcJv | |
WQWFBBwqJtkm4FV1B2CSVBHxtq1p80VIKSeRXhdJxE9LHs+8PyC5qLL5eDa+Zogh | |
nwesMTthRzQ/Z9W4pMDWJvPkdk7xfZuDbb062fvfdP5i68WkKwalVkzigNsP0sST | |
kyc= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=0.3 required=5.0 tests=BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 |
X-HELO: | mail-wg0-f49.google.com |
MIME-Version: | 1.0 |
X-Received: | by 10.194.185.199 with SMTP id fe7mr8259497wjc.7.1410877011527; Tue, 16 Sep 2014 07:16:51 -0700 (PDT) |
In-Reply-To: | <54171E4D.8030303@acm.org> |
References: | <CAJipp7famUyvOEysLofd4JEYG6ZJcOdYjAReqWOqODsP=citXA AT mail DOT gmail DOT com> <CAJipp7d+mNkG0x9PpJu1A5hhUQBAdREgvXBcVt5VhFQoyOznOw AT mail DOT gmail DOT com> <541629B2 DOT 2060403 AT acm DOT org> <CAJipp7e=eMLCxPoEa_nNFfQEqZV+=oXZ2Jf2TvKWmwXVzjo5ew AT mail DOT gmail DOT com> <54164C02 DOT 3030806 AT acm DOT org> <CAJipp7e7TpiaumFjU0jF1DYECPs=Y5AcczLk8_uvQz+kkhJZDQ AT mail DOT gmail DOT com> <CAJipp7fD7RqLca7Ce9wzDs2y_Z5L32S=qp5ee5K=r-FYQgAQ9w AT mail DOT gmail DOT com> <54171E4D DOT 8030303 AT acm DOT org> |
Date: | Tue, 16 Sep 2014 07:16:51 -0700 |
Message-ID: | <CAJipp7fGG7WScjnGbfDmDksfDp59EoQ_Youq3HfA4O5y-V8mwg@mail.gmail.com> |
Subject: | Re: Fwd: Need help port forwarding with ssh and cygwin... |
From: | Steven Dennis <nzdreamer55 AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
X-IsSubscribed: | yes |
So I am running from the Mintty window commands. I will try the ssh -vvv and looking into the log soon. I have developed another issue that I think is linked to me trying to set up the ssh server. I seem to have created more users on my windows computer, but not in the windows user account area only when it comes to the properties of folders and files. I don't seem to be able to open a folder that was created when I ran rsync. No matter what elevation I try in windows I cannot gain access to the folder called download. I cannot change the permissions for the folder either (see the picture link) How can I go about accessing this folder? Thanks http://s938.photobucket.com/user/nzdreamer55/media/rsync/Adminrights_zps5ccd8b2f.jpg.html On Mon, Sep 15, 2014 at 10:13 AM, David Rothenberger <daveroth AT acm DOT org> wrote: > Steven Dennis wrote: >> So I went to >> >> http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cygwin_ssh.htm > > I don't recommend following third-party instructions about how to make > Cygwin work. There's plenty of good experienced people on this list > willing to help and third-party instructions are notoriously unreliable. > >> On Sun, Sep 14, 2014 at 8:06 PM, Steven Dennis <nzdreamer55 AT gmail DOT com> wrote: >>> Forgot to include this >>> >>> Are you sure you want to continue connecting (yes/no)? yes >>> Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. >>> Write failed: Broken pipe > > Are you running this from a Mintty window? > > The next thing I would try is "ssh -vvv". The debug output may give you > a clue as to what is going wrong. You should also look at > /var/log/sshd.log and the Windows Event Viewer for clues. > > -- > David Rothenberger ---- daveroth AT acm DOT org > > It is inconceivable that a judicious observer from another solar system > would see in our species -- which has tended to be cruel, destructive, > wasteful, and irrational -- the crown and apex of cosmic evolution. > Viewing us as the culmination of *anything* is grotesque; viewing us > as a transitional species makes more sense -- and gives us more hope. > - Betty McCollister, "Our Transitional Species", > Free Inquiry magazine, Vol. 8, No. 1 > > -- > 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |