由 lovaxi 在 06-19-2004 16:08 发表:
使用VNC共享linux桌面
使用VNC连接到windows时,显示的是当前用户的桌面和运行的程序;
但是当VNC连接到linux时,显示的却是新的桌面环境,如何让VNC显示桌面和主机桌面一致,有如下办法:
首先:我的思路来自于下述连接,对此表示感谢 http://www.linuxsir.org/bbs/showthr...ight=pcanywhere
http://www.realvnc.com/v4/x0.html
一、下载VNC 4.0,选择linux版本
http://www.realvnc.com/download.html
二、阅读README安装,并设置密码(VNCPASSWD)
三、vnc.so已经拷到/usr/X11R6/lib/modules/extensions下,修改/etc/X11/XF86Config,加入:
Section "Module"
...
Load "vnc"
EndSection
...
Section "Screen"
...
Option "passwordFile" "/root/.vnc/passwd"
EndSection
四、退出x-window,重新进入,运行vncserver
五、在windows机上运行vncviewer,注意要在IP后输入:0,例:192.168.0.1:0,输入你指定的密码,就可以了,如同linux下的远程桌面,非常方便!
少年说剑气横斗
长夜读书声满天
由 Snoopy 在 06-19-2004 22:10 发表:
兄弟可以多写点安全问题吗,单考这样配置vnc安全是不够的
不过总体说vnc安全还是不够好,
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 吾同树 在 06-19-2004 23:16 发表:
可以用SHH安全加密的!
在精华区里有的你自己找下!
我也忘了在那了

不好意思兄弟
风雨依旧 吾同依旧
由 Snoopy 在 06-20-2004 03:35 发表:
ssh跟vnc有何关系,既然你熟悉vnc,我想问的是你如何使你的vnc更安全
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 lovaxi 在 06-20-2004 09:27 发表:
ps
昨天了解到可以使用x11vnc,这样的华就不用加载vnc了,直接可用,很方便
少年说剑气横斗
长夜读书声满天
由 lovaxi 在 06-20-2004 09:28 发表:
对于安全性的考虑
vnc很有可能是明文或简单加密后传输的(待确认)
可在安全通道(如SSL)下运行,就像处理以前不安全的telnet一样
少年说剑气横斗
长夜读书声满天
<