Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SSH to self destroying SSH setup

TomOct 28 2010 — edited Oct 29 2010
DB Version:11gr2

OS version: Solaris 5.10 (x86)

I followed all the below documentaion and setup SSH connectivity successfully.

http://download.oracle.com/docs/cd/E11882_01/install.112/e17213/manpreins.htm#BABJBAEB
http://learnwithme11g.wordpress.com/2010/08/14/rac-ssh-setup-user-equivalence/
http://chandradba.blogspot.com/2007/09/configuring-ssh.html
http://appsdba.com/techinfo/equivalence.htm


I was able to
ssh <hostname>
and
ssh <ip>
between the nodes.

But the GRID Installer was throwing
INS-06006: Passwordless SSH connectivity not set up ...
Then i read that , one should be able to SSH to self. When i SSH to self , it prompted for password and i entered it.
$ ssh <ownhostname>
Password:
Last login: Thu Oct 28 15:16:51 2010 from xxxx
This system is for the use of authorized users only.........
........... BLAH BLAH.....
After doing this (Self SSH) , when i try to SSH to the remore machine (which worked earlier), it is prompting for password. ie the whole Passwordless SSH set up with remote node is gone!

Any idea why this is happening?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2010
Added on Oct 28 2010
2 comments
360 views