ssh -X "Xt error: Can't open display: :0.0"
- by Fabian
I'm trying to open xterm on my remote server (Ubuntu Server 10.04) with ssh:
ssh -X name@machine xterm
but the error returned is:
xterm Xt error: Can't open display: :0.0`
I googled and tried everything I found.
Still getting this error. The DISPLAY-variable should be set automatically, right?
Part of sshd_config:
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
Any advice?