Tagged Questions
2
votes
2answers
216 views
Why isn't cluster-SSH working on Ubuntu Server?
I have installed cluster-SSH on my ubuntu 10.04 server, it has a dependency of xterm_261-1_amd64.
when i try to
$cssh localhost
it says
ocpe@blrkec241933d:~$ cssh localhost
connect ...
5
votes
5answers
22k views
ssh -X “Xt error: Can't open display: :0.0”
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 ...