The remote SSH server rejected X11 forwarding request

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


你可能感兴趣的:(Linux&Unix)