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: Can't get authorized_keys to work


I think I figured it out!  The problems are on the server:

1.  /etc/ssh/sshd_config file:

        RSAAuthentication yes
        PubkeyAuthentication yes

2.  Permissions of the ~/.ssh directory and contents:

        ~/.ssh$ chmod * 700 .

        ~/.ssh$ chmod 0600 *


HTH,

David



References:

    http://pigtail.net/LRP/printsrv/keygen.html

    http://www.hackinglinuxexposed.com/articles/20021226.html


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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]