Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: RAC, user equivalence

Re: RAC, user equivalence

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 03 May 2007 15:37:12 -0700
Message-ID: <1178231829.110398@bubbleator.drizzle.com>


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.org
Received on Thu May 03 2007 - 17:37:12 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US