X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 	tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: =?UTF-8?B?UmVuw6kgQmVyYmVy?= <r.berber@computer.org>
Subject:  Re: 1.7.0-51: Problem using ssh public/private key authentication
Date:  Mon, 27 Jul 2009 12:17:51 -0500
Lines: 29
Message-ID: <h4knfv$67e$1@ger.gmane.org>
References:  <fffce1910907160320qda98e88v6205ba6797da6fb4@mail.gmail.com> <20090716110318.GL27613@calimero.vinschen.de> <24622601.post@talk.nabble.com> <af075b00907230319v52b26371t343d1019d06a2158@mail.gmail.com> <24680138.post@talk.nabble.com>
Mime-Version:  1.0
Content-Type:  text/plain; charset=UTF-8
Content-Transfer-Encoding:  quoted-printable
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0
In-Reply-To: <24680138.post@talk.nabble.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

Michael H. wrote:

[snip]
> The steps to reproduce have been done directly after installing Cygwin
> without any modifications. The logfile /var/log/sshd.log is empty even af=
ter
> the error has been printed on the Linux machine from which I connected to
> the Windows / Cygwin machine.

The "system log" the manual refers to is not the one you are looking at,
its /var/log/messages and is only active if you installed and use syslog
(I prefer syslog-ng).

> I executed the commands
>=20
> $ cygrunsrv -E sshd
> $ /usr/sbin/sshd -ddde

And there you are creating the problem... or another problem: the
service runs as a special user, when you run it yourself its running as
your user so, if it works, that means you have permissions set to run as
your user not the service user.  Did that made sense? or I managed to
make something simple into some obscure fact.

The usual fix for what I described is to run the service installation
again, it should complain about the permissions so you can fix them.
--=20
Ren=C3=A9 Berber


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

