首页 > 代码库 > 如何用xmanager远程连接centos6.0的桌面

如何用xmanager远程连接centos6.0的桌面

在centos6.0系统上设置

  1. 修改custom.conf文件

vim /etc/gdm/custom.conf

在[security]下面添加

AllowRemoteRoot=true

在[xdmcp]下面添加

Port=177

Enable=1


修改完后效果如下:


[daemon]


[security]

AllowRemoteRoot=true

[xdmcp]

Port=177

Enable=1

[greeter]


[chooser]


[debug]


保存退出

2.修改inittab文件

vim /etc/inittab

确保最后一行是

id:5:initdefault:

保存

3.重启系统


4.打开xbrowser直接输入ip地址登录即可



本文出自 “兵临城下” 博客,请务必保留此出处http://308107405.blog.51cto.com/6396647/1543057