From oracle-l-bounce@freelists.org  Wed Mar  3 22:52:57 2004
Return-Path: <oracle-l-bounce@freelists.org>
Received: from air189.startdedicated.com (root@localhost)
 by orafaq.com (8.11.6/8.11.6) with ESMTP id i244qv709426
 for <oracle-l@orafaq.com>; Wed, 3 Mar 2004 22:52:57 -0600
X-ClientAddr: 206.53.239.180
Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180])
 by air189.startdedicated.com (8.11.6/8.11.6) with ESMTP id i244qvo09421
 for <oracle-l@orafaq.com>; Wed, 3 Mar 2004 22:52:57 -0600
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP
 id C32A3394EC9; Wed,  3 Mar 2004 23:53:18 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Wed, 03 Mar 2004 23:52:16 -0500 (EST)
X-Original-To: oracle-l@freelists.org
Delivered-To: oracle-l@freelists.org
Received: from hotmail.com (law10-f48.law10.hotmail.com [64.4.15.48])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 02480394D16
 for <oracle-l@freelists.org>; Wed,  3 Mar 2004 23:52:14 -0500 (EST)
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Wed, 3 Mar 2004 20:56:10 -0800
Received: from 69.140.7.4 by lw10fd.law10.hotmail.msn.com with HTTP;
 Thu, 04 Mar 2004 04:56:09 GMT
X-Originating-IP: [69.140.7.4]
X-Originating-Email: [ambarak@hotmail.com]
X-Sender: ambarak@hotmail.com
From: "Alison Barak" <ambarak@hotmail.com>
To: oracle-l@freelists.org
Subject: configure SSH on RAC cluster nodes
Date: Wed, 03 Mar 2004 23:56:09 -0500
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <Law10-F48pH7LZBNe8o00042030@hotmail.com>
X-OriginalArrivalTime: 04 Mar 2004 04:56:10.0501 (UTC) FILETIME=[03038350:01C401A5]
X-archive-position: 279
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-To: oracle-l-bounce@freelists.org
X-original-sender: ambarak@hotmail.com
Precedence: normal
Reply-To: oracle-l@freelists.org
X-list: oracle-l

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@racserver1]$ ssh racserver2 hostname
Warning: No xauth data; using fake authentication data for X11 forwarding.
racserver2
[oracle@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@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
-----------------------------------------------------------------

