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 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: sshd debugging Date: Tue, 23 Mar 2004 13:49:59 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Morche Matthias" To: "David Corbin" , X-OriginalArrivalTime: 23 Mar 2004 12:50:00.0311 (UTC) FILETIME=[5A598070:01C410D5] X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i2NCpCUZ019817 My advice is to setup the daemon like cygrunsrv ... -a -ddd, this will turn on the debugging and You will see the results either in /var/log/sshd.log or within the Eventviewer. From what you tell, I would judge that some permissions of the affected user are wrong. Check the home dir, rwxr-xr-x. Check ~/.ssh, rwx------ Check ~/.ssh/authorized_keys, rw-r--r-- But even the permissions on the client site can prevent ssh from working, ie. ~/.ssh/id_dsa may have world writable... matthias > -----Original Message----- > From: cygwin-owner AT cygwin DOT com > [mailto:cygwin-owner AT cygwin DOT com]On Behalf > Of David Corbin > Sent: Tuesday, March 23, 2004 1:17 PM > To: 'cygwin AT cygwin DOT com' > Subject: sshd debugging ... > password, but I do have a public-key/private-key installed > that it doesn't > seem to recognize. (If you want to recommend a solution to > this problem, ... -- 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/