Get in touch
or send us a question?
CONTACT

SSH one user multil public key

Using SSH, log in to the node where you copied the authorized_keys file. Then change to the .ssh directory, and using the cat command, add the DSA keys for the second node to the authorized_keys file, clicking Enter when you are prompted for a password, so that passwordless SSH is set up

[grid@bao .ssh]$ ssh bao [grid@bao grid]
$ cd .ssh [grid@bao ssh]
$ cat id_dsa.pub  >> authorized_keys