Displaying 1 result from an estimated 1 matches for "vmshost".
Did you mean:
vmhost
2004 Sep 29
1
X11 Forwarding troubles with OpenSSH client and OpenVMS host
...it fails in
the same manner.
The problem I am seeing is that when issued as a remote command over
X11 forwarding, I get an X Toolkit Error: Can't Open display. If I
just connect with X11 forwarding enabled, get an interactive shell and
then run the X client, it displays back.
$ ssh -X BOZO at vmshost
BOZO at vmshost's password:
Welcome to OpenVMS (TM) Alpha Operating System, Version V7.3-2
Hello BOZO
Welcome to vmshost
vmshost_[BOZO]> run sys$system:decw$clock
Works great and I get a clock.
$ ssh -X BOZO at vmshost 'run sys$system:decw$clock'
BOZO at vmshost's password:...