ssh setup passwordless failed
Hi there,
I need to setup ssh for passwordless access between two nodes oracle RAC database installation. I have tried it several time but failed. After successfully setup it asks password when trying to check passwordless access from one node to another. I have tried it manually and also during installation of Database but both time I failed.
for your information I am sharing with you my setup procedure as under :
NODE1
======
[oracle@rac1 ~]$ mkdir ~/.ssh
[oracle@rac1 ~]$ chmod 700 ~/.ssh
[oracle@rac1 ~]$ /usr/bin/ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/home/oracle/.ssh/id_dsa):