I have inherited a VAX system that was just migrated onto CHARON-VAX (VMS emulated on Windows) I can access it via ssh, but not with X. Anyone here familiar with DECwindows? is it X compliant? Or do I need a specific client to access it?
|
First make sure your CHARON-VMS instance has working IPv4. For example, make sure it can ping a host on your network. Also make sure that Then log in from your Linux box using If this doesn't work, try changing More info: http://labs.hoffmanlabs.com/node/134 (although that page gets "client" and "server" backwards - in X11, the server is the system with the monitor). |
|||
|
|
|
I had a similar problem on an ubuntu box could not run X11 over ssh. port forwarding can be disabled on client and server, so may need to check in /etc and ~ of server. There is something in the authorized keys file, and some thing in a config file, from what I remember. |
|||
|
|
|
DECWindows is based on X. Any X server should be able to connect to it. However you may need to frig with configuration for authentication and various other X niceities. I don't know OTOH if CHARON supports tunneling X over SSH. |
|||
|
|
|
Caveat lector: I know nothing about VMS. However I found this documentation that explains how to remotely connect with X from a Linux box to a VMS server, and apparently applies perfectly to your problem. This other documentation gives some more gory details in case you need help configuring XDMCP and the like. |
|||
|
|

$DISPLAYset? What if you runssh -X? Do basic X11 utilities such asxhost,xauth,xdpyinfo,xterm, andxeyesexist? – Mikel May 8 '11 at 3:46