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
You need to login in order to like this post: click here
YOU MIGHT ALSO LIKE