Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: RAC, user equivalence
Mladen Gogala wrote:
> On Thu, 03 May 2007 13:44:34 -0700, Keith wrote: > >> I had a similar problem at one point where user equivalence was >> "working" but cluvfy said no-no. I ended up following the steps in >> Metalink note 300548.1 to get it going. > > I configured RSA keys. Do I really need to configure DSA keys, too? > This is idiotic.
Yes.
$ pgrep sshd
$ cd ~
$ pwd
$ mkdir .ssh
$ chmod 700 .ssh
$ /usr/bin/ssh-keygen -t rsa
$ /usr/bin/ssh-keygen -t dsa
$ cd ~/.ssh
$ touch authorized_keys
$ ssh alpha1 cat /home/oracle/.ssh/id_rsa.pub >>
authorized_keysoracle_at_node1's password: $ ssh alpha1 cat
/home/oracle/.ssh/id_dsa.pub >> authorized_keys$ ssh alpha2 cat
/home/oracle/.ssh/id_rsa.pub >> authorized_keysoracle_at_node2's password:$
ssh alpha2 cat /home/oracle/.ssh/id_dsa.pub >>
authorized_keysoracle_at_node2's password:
$ chmod 600 ~/.ssh/authorized_keys
$ cat authorized_keys | grep psoug.org --color
$ cd /stage/setup
$ cp config /home/oracle/.ssh
Aren't you glad you asked. <g>
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Thu May 03 2007 - 17:37:12 CDT
![]() |
![]() |