clusterssh:Can't connect to display `unix:0'

当我执行命令cssh -L root cluster的时候报错:

Can't connect to display `unix:0': No such file or directory
at /usr/share/perl5/X11/Protocol.pm line 2264

我的DISPLAY=:0.0

为什么呢

sshd_config 中需要打开这两项
AllowTcpForwarding yes
X11Forwarding yes

http://askubuntu.com/questions/61690/ssh-x-xt-error-cant-open-display-0-0