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

Home -> Community -> Mailing Lists -> Oracle-L -> configure SSH on RAC cluster nodes

configure SSH on RAC cluster nodes

From: Alison Barak <ambarak_at_hotmail.com>
Date: Wed, 03 Mar 2004 23:56:09 -0500
Message-ID: <Law10-F48pH7LZBNe8o00042030@hotmail.com>


Hi:
I'm having trouble configuring ssh on a two-node 10G RAC cluster.

After the configuration, when I did a ssh to the other node , I got the warning message- "
Warning: No xauth data; using fake authentication data for X11 forwarding".

I followed the steps in the installation guide.

As oracle,

1) mkdir ~/.ssh
2) chmod 755 ~/.ssh
3) /usr/bin/ssh-keygen -t rsa

this creates two files in .ssh - id_rsa and id_rsa.pub 4) /usr/bin/ssh-keygen -t dsa
this creates two files in .ssh - id_dsa and id_dsa.pub
5) cd .ssh; cat  id_rsa.pub id_dsa.pub > authorized_keys
6) ftp authorized_keys to the other node
7) chmod 644 authorized_keys on both nodes
8) exec /usr/bin/ssh-agent $SHELL
9) /usr/bin/ssh-add

[oracle_at_racserver1]$ ssh racserver2 hostname
Warning: No xauth data; using fake authentication data for X11 forwarding. racserver2
[oracle_at_racserver1]$

Did I miss any steps?

thanks!



FREE pop-up blocking with the new MSN Toolbar – get it now! http://clk.atdmt.com/AVE/go/onm00200415ave/direct/01/

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed Mar 03 2004 - 22:52:57 CST

Original text of this message

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