您的位置:首页 > 产品设计 > UI/UE

The remote SSH server rejected X11 forwarding request

2016-07-19 20:43 429 查看
The X11 forwarding request was rejected! 
to solve this problem,please turn on the X11 forwarding feather of the remote SSH server 
解决方法:
将sshd_config中 设置 X11Forwarding yes
重启sshd服务。

如果还不行检查 xorg-x11-xauth 的rpm包是否安装

yum install xorg-x11-xauth
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  server ssh x