ssh key based authentication



hello all,
need some help/pointers on the problem iam having
i have 3 solaris boxes say A,B,C

i want to ssh from A to B and A to C without being prompted for password.
So, i generated key in box A using
ssh-keygen -t rsa -N ""

so in ~user/.ssh dir i see id_rsa.pub. I ftp'ed this to machines B and C and
put them in ~user/.ssh dir as files authorized_keys2

now, login to machine A as user: user, and then ssh to machine C works, but
fails onmachine B (it prompts for user B).

dont see any diff in machine B and C, but somehow ssh (key based auth works
only for C). how can i debug this? appreciate any tips

ssh version:
OpenSSH_3.9p1, OpenSSL 0.9.7d 17 Mar 2004


.



Relevant Pages

  • Re: Authentication failed!
    ... > can SSH into my Linux Box OK and it prompts me for my password. ... It looks like it is failing to validate your public key and is falling back to your ...
    (comp.security.ssh)
  • Re: Using python with SSH?
    ... I want to be able to do this from within in my python script and I ... >> prompts for a password and I don't know how to supply one via a python ... you can configure ssh to connect to another ... the .doc format is not an open publically available format. ...
    (comp.lang.python)
  • Re: ssh key based authentication
    ... > need some help/pointers on the problem iam having i have 3 solaris boxes ... > i want to ssh from A to B and A to C without being prompted for password. ... > but fails onmachine B (it prompts for user B). ...
    (comp.security.ssh)
  • Authentication failed!
    ... I installed OpenSSH on my computer that is running Mandrake 7.1. ... can SSH into my Linux Box OK and it prompts me for my password. ...
    (comp.security.ssh)
  • passwordless ssh setup woes
    ... I'm struggling to get ssh to work from one linux box to another without ... on the client as root ... prompts for root password :-( ...
    (comp.os.linux.misc)