在centos6.0系统上设置
- 修改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地址登录即可
如何用xmanager远程连接centos6.0的桌面
时间: 2025-01-01 12:24:39