Operating System - HP-UX
1834197 Members
2464 Online
110065 Solutions
New Discussion

Re: X11 with ssh 3.2.3p1 problem

 
Sergio Crespo
Advisor

X11 with ssh 3.2.3p1 problem

 
SRBC
3 REPLIES 3
James Beamish-White
Trusted Contributor

Re: X11 with ssh 3.2.3p1 problem

I'm not sure if this will help, but take a look at http://www.geocrawler.com/lists/3/Suse-Linux/292/0/9046178/

Cheers!
James
GARDENOFEDEN> create light
Andrew Cowan
Honored Contributor

Re: X11 with ssh 3.2.3p1 problem

Are you working from a graphical console, or a pc running something like Exceed/CDE?
SSH can tunnel X traffic by setting-up an encrypted display (usually XXX:10). The best way to debug this is to ssh into your system from a character-based session then push a X-term to your local display. Next run SAM etc., from that new Xterm and see what happens.
A very common mistake is to try to set the $DISPLAY manually from an encrypted session, and this confuses SSH.
Sergio Crespo
Advisor

Re: X11 with ssh 3.2.3p1 problem

Hi ... :))

I'm working using redhat linux 7.2. I didn't had any problems in tunneling the X traffic using ssh 2.5.1p1.
My Tunnel does the following path Linux7.2<->solaris 8 <-> Hpux 11i & 11.00.

This is still not working..

Note:
If I connect directly from the linux OS to the HPUX I can run X apps without no problems.


SRBC