<quote who="Howard Lowndes">

> SSHD servers "B" and "C" both have identical public key files for a user.
> 
> SSH client "A" can log into "B" without being prompted for the user's
> password on "B", but when client "A" logs into "C" the user gets prompted
> for his password on "C".
> 
> Any thoughts as to why?

First, read the logs on C, and run ssh with -v -v. That's your fast track to
finding out who's telling who what and why (ahem). Otherwise:

  * sshd setup differences (rsa disabled, etc)
  * version differences, esp. with regard to .ssh/*2 file changes
  * ownership and permissions on .ssh/*

- Jeff

-- 
      "Life is short. Forgive quickly. Kiss slowly." - Robert Doisneau      
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to