Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Thu, 9 Oct 2003 12:08:59 -0500 (CDT)
From: hayward@slothmud.org
To: cygwin@cygwin.com
Subject: Re: Key-based auth fails - OpenSSH 3.7.1p2
In-Reply-To: <20031009163949.GB14344@cygbert.vinschen.de>
Message-ID: <Pine.LNX.4.44.0310091208470.15495-100000@lotus.slothmud.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


That did it, thanks a bunch!
--
Brian

On Thu, 9 Oct 2003, Corinna Vinschen wrote:

>On Thu, Oct 09, 2003 at 10:12:47AM -0500, hayward@slothmud.org wrote:
>> 
>> More information on file permissions:
>> ls -ld /
>> drwxrwxrwt+   9 Administ ????????     4096 Oct  9 08:57 /
>> 
>> ls -ld /home
>> drwxr-xr-x+   5 Administ SYSTEM          0 Oct  9 10:07 /home
>> 
>> ls -ld /home/hayward
>> drwx------+   3 hayward  Administ        0 Oct  9 10:07 /home/hayward
>> 
>> ls -altr /home/hayward/.ssh
>> total 4
>> -rw-------    1 hayward  Administ      618 Oct  9 09:40 authorized_keys
>> -rw-r--r--    1 hayward  Administ     1228 Oct  9 09:40 known_hosts
>> drwx------+   2 hayward  Administ     4096 Oct  9 09:41 .
>> -rw-------    1 hayward  Administ      618 Oct  9 09:41 authorized_keys2
>> drwx------+   3 hayward  Administ        0 Oct  9 10:07 ..
>
>SYSTEM needs read access to your authorized_keys file.  Try
>
>  setfacl -m u:system:r-- ~ ~/.ssh ~/.ssh/authorized_keys
>
>authorized_keys2 is deprecated, btw.  Append all keys in authorized_keys2
>to authorized_keys.
>
>Corinna
>
>


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

