This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Key-based auth fails - OpenSSH 3.7.1p2


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

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]