SSH Configuration in RAC
902332Mar 27 2012 — edited Mar 27 2012Hi,
I am trying to install two node oracle 11gr2 rac on linux 5.5.
to establish user equivalence generating rsa and dsa kyes. added .pub keys to authorized_keys file and transferred to node2 from node1.
in node2 also added .pub keys to authorized_keys file and trying to transfer to node1 like: ssh]$scp authorized_keys rac1:/home/oracle/.ssh
The problem is, it is showing that it has transferred the file successfully. but when i checked on node1 that file is not updated with node2 keys.
could you please tell me why it's like this.
Thanks a lot..!