On Sun, 2004-05-02 at 12:10, Howard Lowndes wrote: > My $HOME/.ssh2/authorization files looks like: > Key id_rsa1.pub > Key id_rsa2.pub > Key id_dsa.pub
Check the permissions on your key files. ssh will quiely refuse to use them if anybody other than you has read permission. The default umask in debian allows anybody to read a file. chmod 600 them for great justice. -- Pete -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
