尝试通过 SSH Putty/Xming(在选项上启用 X11 转发)访问X11
我的 CentOS 6 x32 小型 Linode VPS。
我的 Windows 机器没有问题,因为它可以与其他 CentOS 服务器一起工作。
X11Forwarding 已启用/etc/ssh/sshd_config
,但我仍然无法获得 X11 转发。
我正在尝试开始xclock
工作,但是遇到了Can't open display :0.0
错误。
我也尝试过不同的 $DISPLAY 值,例如:0
或:10.0
我尝试了 MobaXterm,连接时收到此消息:
X11 forwarding request failed on channel 0
答案1
这里(需要 Red Hat 登录)是一篇来自 Red Hat 顾问的技术简报文章,其中讨论了 X-Windows 进行 SSH 连接所需的最低软件包。
关键点是:
1) Install the following:
xorg-x11-xauth
xorg-x11-fonts-*
xorg-x11-utils
2) Enable the following in the sshd_config file
X11Forwarding yes
3) Use an appropriate X-Server on your desktop