On Sun, 2004-05-02 at 17:07, Howard Lowndes wrote: > Mmmm. SSH2 on Deb doesn't mention the authorized_keys file in the man > pages, just the authorization file and the key files that are listed > therein. I already had done the above anyway as it is the way things > work on RedHat, but to no avail on Deb.
Ping. Lightbulb. It is disabled by default on Debian because of the security concerns. Guessing but look for something like this in your /etc/ssh/sshd_config file. RSAAuthentication yes PubkeyAuthentication yes #AuthorizedKeysFile %h/.ssh/authorized_keys -- Thanks KenF OpenOffice.org developer -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
