X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Authentication-Results: cm-omr14 smtp.user=scowles AT ckhb DOT org; auth=pass (CRAM-MD5) X-Authenticated-UID: scowles AT ckhb DOT org Date: Sat, 5 Nov 2011 15:55:21 -0700 (PDT) From: "S. Cowles" To: gabier cc: cygwin AT cygwin DOT com Subject: Re: Can't get sshd to work In-Reply-To: <32781364.post@talk.nabble.com> Message-ID: References: <32779981 DOT post AT talk DOT nabble DOT com> <4EB3DD15 DOT 2070802 AT cornell DOT edu> <32780552 DOT post AT talk DOT nabble DOT com> <4EB3F109 DOT 2010204 AT bopp DOT net> <32781364 DOT post AT talk DOT nabble DOT com> User-Agent: Alpine 2.00 (LN8 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Fri, 4 Nov 2011, gabier wrote: > > $ssh gabriel AT freennas > Password etc... Welcome... OK > $scp gabriel AT 192 DOT 168 DOT 1 DOT 103:/cygdrive/E/gabriel/testfile.txt > ~/gabriel/testfile.txt > > Now the connection is established but there is a password problem > > Permission denied, please try again. > Permission denied, please try again. > Permission denied (publickey,password,keyboard-interactive). i think there is a chance this is not a password problem. from what is shown, here, it appears to be a typographical error. instead of: $scp gabriel AT 192 DOT 168 DOT 1 DOT 103:/cygdrive/E/gabriel/testfile.txt ~/gabriel/testfile.txt maybe you should have typed the following? $scp gabriel AT 192 DOT 168 DOT 1 DOT 103:/cygdrive/E/gabriel/testfile.txt ~gabriel/testfile.txt the error "permission denied" would arise because there is no such directory: ~/gabriel. bonne chance avec la solution, monsieur. -- 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