On 9/3/05, <b class="gmail_sendername">Josh Trutwin</b> &lt;<a href="mailto:josh@trutwins.homeip.net">josh@trutwins.homeip.net</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This seems so simple, it must be late.<br><br>I'm trying to install Oracle on a solaris 10 box.&nbsp;&nbsp;I'm using a linux<br>account to ssh / rsh into the Solaris account.&nbsp;&nbsp;I do things in this<br>order:<br><br>1.) xhost + (on linux box)
<br>2.) rsh oracle box and log in<br>3.) setenv DISPLAY linuxbox:0.0<br>4.) /usr/openwin/bin/xclock<br><br>I get the standard:<br><br>Error: Can't open display linuxbox:0.0<br><br>I need to run this @#$! Oracle Java installer remotely since this is
<br>on a headless server.&nbsp;&nbsp;I've tried ssh -X to the solaris box, but the<br>installer seems to hang with that option.<br><br>I just tried to replace the solaris box with an alternate linux box<br>and I'm getting the same results.&nbsp;&nbsp;Is there something in the X11
<br>configuration on the linux boxes that prevent is preventing this from<br>working?</blockquote></div><br>
These are typical settings for all of my systems:<br>
<br>
<br>
/etc/ssh/sshd_config file:<br>
Port 22<br>
Protocol 2<br>
HostKey /etc/ssh/ssh_host_rsa_key<br>

HostKey /etc/ssh/ssh_host_dsa_key<br>
PermitRootLogin no<br>
X11Forwarding yes<br>
<br>
<br>
/etc/ssh/ssh_config file:<br>
&nbsp;&nbsp; ForwardX11 yes<br>
&nbsp;&nbsp; Port 22<br>
&nbsp;&nbsp; Protocol 2<br>
<br>
<br>
Stop/start your SSH services and you should be good.&nbsp; <br>
<br>-- <br>-Shawn<br><br>-Nemo me impune lacessit.&nbsp;&nbsp;Ne Obliviscaris.. <br>