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, [EMAIL PROTECTED] 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/