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 Date: Thu, 9 Oct 2003 12:08:59 -0500 (CDT) From: hayward AT slothmud DOT org To: cygwin AT cygwin DOT com Subject: Re: Key-based auth fails - OpenSSH 3.7.1p2 In-Reply-To: <20031009163949.GB14344@cygbert.vinschen.de> Message-ID: 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 AT slothmud DOT 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/