Bit Twister
2003-08-21 01:31:05 UTC
Hi All,
My workstation runs RedHat. When I SSH (or Telnet) to remote host and
set the DISPLAY variable, and run, xterm (for example), I get the error
message "xterm Xt error: Can't open display:". Where could be the problem?
I assume you did aMy workstation runs RedHat. When I SSH (or Telnet) to remote host and
set the DISPLAY variable, and run, xterm (for example), I get the error
message "xterm Xt error: Can't open display:". Where could be the problem?
xhost +some_node before the ssh
Normally when you "ssh -X some_node" the DISPLAY env should be already
set. Should look like some_node:nn not :0
The ssh service (sshd) on some_node may not allow the display to be
sent back or the firewalls on either machine may have ports blocked.
Of course you checked the messages logs on each machine. :)