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!

password is asking for ssh during rac instalation on solaris

user12194321Nov 30 2012 — edited Dec 5 2012
Hi,

os version : solaris 10

oralce version : oracle 11g

we are configuring ssh for User Equivalence ,

We followed the below steps
from node 1 

ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/u01/ora_home/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /u01/ora_home/.ssh/id_rsa.
Your public key has been saved in /u01/ora_home/.ssh/id_rsa.pub.
The key fingerprint is:
e6:63:c9:71:fe:d1:8f:71:77:70:97:25:2a:ee:a9:33 local1@vzhost1c
$
cd /u01/ora_home/.ssh
$ cat id_rsa.pub >> authorized_keys
$ chmod 600 authorized_keys
$ scp authorized_keys node2:/u01/ora_home/.ssh
still it is prompting the password if we do ssh node2 date

appreciated for any inputs

Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 2 2013
Added on Nov 30 2012
5 comments
377 views