This is the mail archive of the
cygwin
mailing list for the Cygwin project.
RE: sshd debugging
- From: "Morche Matthias" <Matthias dot Morche at szm dot de>
- To: "David Corbin" <dcorbin at machturtle dot com>, <cygwin at cygwin dot com>
- Date: Tue, 23 Mar 2004 13:49:59 +0100
- Subject: RE: sshd debugging
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@cygwin.com
> [mailto:cygwin-owner@cygwin.com]On Behalf
> Of David Corbin
> Sent: Tuesday, March 23, 2004 1:17 PM
> To: 'cygwin@cygwin.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/