openssh and X11 forwarding

一般客户端通过ssh获得可视化的窗口,可以在ssh命令后面加上选项-X或-Y,但是并不是所有的主机都支持可视化,需要在主机上修改/etc/ssh/sshd_config文件:
X11Forwarding yes
若不想影响到所有的用户,也可以对某个用户设置,修改$HOME/.ssh/config文件
Host remotehost
ForwardX11 yes
但在CentOS6.2系统中,会提示:
debug1: Requesting X11 forwarding with authentication spoofing.
debug1: Remote: No xauth program; cannot forward with spoofing.
说明没有X的认证库,需要安装:
yum install xorg-x11-xauth
即可。



Categories

| | 评论(0)

发表评论

August 2012

      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

关于此日记

此日记由 Cnangel 发表于 July 17, 2012 2:48 PM

此Blog上的上一篇日记解决Virtualbox虚拟机时间不同步的问题

此Blog上的下一篇日记undefined reference to `__atomic_fetch_add_4'

首页归档页可以看到最新的日记和所有日记。

归档

Powered by Movable Type 5.14-en