WebTerm X Frequently Asked Questions

How do I connect via SSH with WebTerm X to DEC/Compaq VMS?

Start WebTerm X and leave running in the background, then open an SSH terminal window
Then do in the terminal window:
# 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 in WebTerm X.
|