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