xmanager远程连接linux配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xmanager远程连接linux配置相关的知识,希望对你有一定的参考价值。
Linux远程连接配置
0.本人实验系统RHEL6.4,前提配置yum,
参考:http://lk886655.blog.51cto.com/7036409/1965548
#yum install xdm
2. #vi /etc/X11/xdm/Xaccess
# * #any hostcan get a login window
修改为
* #any host canget a login window
3. #vi /etc/gdm/custom.conf
[security]
AllowRemoteRoot=true
//注意:这里一定要有个空行
[xdmcp]
Enable=true
Port=177
4.#reboot
重启后可用xmanager进行远程连接;
本文出自 “linux学习笔记” 博客,请务必保留此出处http://lk886655.blog.51cto.com/7036409/1965606
以上是关于xmanager远程连接linux配置的主要内容,如果未能解决你的问题,请参考以下文章