Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

[Beowulf] Password less ssh

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

Mark Hartner hartner at cs.utah.edu
Tue Dec 7 10:23:57 PST 2004


> Hi,
> Actually i m unable to achieve paswordless ssh. Without this i cannot successfully install MPICH.
> What i have did
> - server's /home is shared with the nodes
> - kuser on a node has generated its key like
>      ssh-keygen -t dsa
> which is saved in /home/kuser/.ssh    of the node.
> - now i have copied this key(id_dsa.pub) to server's /root/.ssh/authorized_keys
>    scp /home/kuser/.ssh/id_dsa.pub   server:/root/.ssh/authorized_keys
> - then i have restarted sshd....
>
> Still password asking.. kindly solve

What are you trying to do here?

What you have set up is the ability for kuser to ssh into 'server' as root
without a password (assuming remote root logins are enabled and you have
an ssh-agent running).

root's home directory is not NFS mounted, so you will have to copy the
authorized keys file to every machine.

Mark




More information about the Beowulf mailing list