Re: X Windows App
- From: huber@xxxxxxxxxxxxxxxxxxxx (Joseph Huber)
- Date: 14 Feb 2007 09:27:11 +0100
In article <1171389358.513434.209100@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, "DJ" <dkjjr@xxxxxxxx> writes:
Since I am new to OpenVMS I would like to make sure I am not missing
something in my OpenVMS environment that would be causing me not to
run X Windows applications remotely. I have been reading a non-VMS
specific Xlib threads but have not found a solution.
I have Cygwin running on my workstation connecting to one of my Linux
servers. From my linux server I connect to a client's Linux server
via a command similar to:
ssh -X me@them
I can then run something like xclock on their Linux box and have it
display. I then run on their Linux box:
xhost +vms_host_name_here (or xhost +)
And then telnet to the OpenVMS box. If I now run (found on Internet
this morning):
create /term /detach
I receive:
Xlib: connection to "_WSA54:" refused by server
Xlib: No protocol specified
You NEVER will succeed to use an unencrypted to a (SSH-) encrypted
display.
The DISPLAY set on the Linux system is the ssh tunnel back to Your
"Cygwin" display server. What You attempt is to set an unencrypted display
back to the Linux system, the Linux systems X11 server: this is NOT the
display on "Cygwin" owned by You !
Go directly from the "Cygwin" (assumed to be a Windows system running the X11
server) to VMS: ssh -X me@vms_host_name_here .
And on VMS NEVER replace the ssh display with a different SET DISPLAY:
the SSH server is setting it , that's it.
If after a ssh login there is no display set, then the TCPIP stack/SSH
subsystem is too old. You didn't tell us VMS and TCPIP version:
HP TCPIP services (UCX) before 5.4+some ECO didn't do X11 forwarding.
(Multinet has it's own SSH server, and a SSH packet for older UCX stacks).
--
Joseph Huber , Muenchen,Germany: http://www.huber-joseph.de/
.
- Follow-Ups:
- Re: X Windows App
- From: Tom Linden
- Re: X Windows App
- References:
- X Windows App
- From: DJ
- X Windows App
- Prev by Date: Re: %SYSTEM-F-MCHECK, detected hardware error, PC=00003CBB, PSL=0BC00004
- Next by Date: Re: problem with spooled disk
- Previous by thread: Re: X Windows App
- Next by thread: Re: X Windows App
- Index(es):
Relevant Pages
|