LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   SSH from master node to compute nodes w/out passwd (https://www.linuxquestions.org/questions/linux-networking-3/ssh-from-master-node-to-compute-nodes-w-out-passwd-485321/)

haiders 09-20-2006 10:31 AM

SSH from master node to compute nodes w/out passwd
 
How can I set my cluster up in a way that a normal user can ssh from the master node to any compute node without having to enter his/her password?

Thanks in advance

acid_kewpie 09-20-2006 10:48 AM

chekc the linuxanswer on preshared RSA / DSA keys in our documentation section

haiders 09-20-2006 11:50 AM

Thanks for the response. I've figured it out. For those interested, it was a simple copy & paste of the .ssh/id_rsa.pub from master to .ssh/authorized_keys on the compute nodes.
:D


All times are GMT -5. The time now is 06:39 AM.