先安装X Window环境:
#https://www.haiyun.me
yum groupinstall "X Window System"
配置SSH开启X转发:
cat /etc/ssh/sshd_config
X11Forwarding yes
SSH客户端开启X转发,Xshell设置如下:
安装X-Server for Windows,推荐免费开源Xming。
标签:ssh, xshell, xming, centos开启x转发, ssh开启x转发, xshell配置x转发
发布时间:July 14, 2012 // 分类:Linux基础 // No Comments
先安装X Window环境:
#https://www.haiyun.me
yum groupinstall "X Window System"
配置SSH开启X转发:
cat /etc/ssh/sshd_config
X11Forwarding yes
SSH客户端开启X转发,Xshell设置如下:
安装X-Server for Windows,推荐免费开源Xming。
标签:ssh, xshell, xming, centos开启x转发, ssh开启x转发, xshell配置x转发