Enabling SSH User Equivalency on Cluster Nodes
After you have copied the authorized_keys file that contains all keys to each node in the cluster, complete the following procedure.
In this example, the Oracle Grid Infrastructure software owner is named 
               
               grid.
               Do the following:
               
               If you have configured SSH correctly, then you can now use the 
               
            ssh or scp commands without being prompted for a password. For example:[grid@node1 ~]$ ssh node2 date
Mon Feb 26 23:34:42 UTC 2009
[grid@node1 ~]$ ssh node1 date
Mon Feb 26 23:34:48 UTC 2009If any node prompts for a password, then verify that the ~/.ssh/authorized_keys file on that node contains the correct public keys, and that you have created an Oracle software owner with identical group membership and IDs.
                  
Parent topic: Configuring SSH Manually on All Cluster Nodes