Centos
無法打開顯示 - X11 轉發 - Cent OS
試圖
X11
通過 SSH Putty/Xming 訪問我的 CentOS 6 x32 小型 Linode VPS(啟用 X11 轉發選項)。我的 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
這裡(需要 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
安裝了這個包:
xorg-x11-xauth
從這裡得到解決方案。
謝謝你的幫助!