eXodusFrequently Asked Questions

How do I connect via SSH on Mac OS X to DEC/Compaq VMS?

On Mac OS X
Start X11 server/eXodus and open a local xterm window
Then do:
# xhost +localhost
# ssh -R6000:localhost:6000 123.123.123.123
Once logged in to the VMS system, do the following commands:
- $ set display/create/node=localhost/transport=tcpip
- $ spawn/wait create/terminal/detached
Now a xterm window from the VMS system is opened on the Mac OS X screen.
|