How to start remote X client
I started X server locally and typed xhost +and I telnet to someserver, and set DISPLAY to my desktop, but all X client application can't connect to my X server?
How can I do that if I want to start a remote program but using X server on my desktop? telnet不支持图形界面,可以换成vnc或rdesktop试试。 http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=8543 远程机器运行 sshd , 配置 /etc/ssh/sshd_config 中起用 X11Forwarding yes
本地机器使用
ssh -X -l uname remote-hostname
页:
[1]