Displaying 1 result from an estimated 1 matches for "vmshost_".
Did you mean:
vmshost
2004 Sep 29
1
X11 Forwarding troubles with OpenSSH client and OpenVMS host
...ror: 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:
X Toolkit Error: Can't Open display
%DWT-F-NOMSG, Message number 03AB8204
I initially tried forcing tty allocation.
$ ssh -X -t BO...