[security]
# Allow root to login. It makes sense to turn this off for kiosk use, when
# you want to minimize the possibility of break in.
AllowRoot=true
# Allow login as root via XDMCP. This value will be overridden and set to
# false if the /etc/default/login file exists and contains
# "CONSOLE=/dev/login", and set to true if the /etc/default/login file exists
# and contains any other value or no value for CONSOLE.
AllowRemoteRoot=true
4、如果防火墙打开了,使用以下命令打开177端口:
iptables -A INPUT -p udp --dport 177 -j ACCEPT
5、system-adminidtration-login screen里面设置运行远程登录。
设置之后,使用XMANAGER的Xbrowser,无法显示登录窗口,Xstart可以出来。
还要修改那个地方?作者: finally01 时间: 2010-08-01 21:04
[security]
# Allow root to login. It makes sense to turn this off for kiosk use, when
# you want to minimize the possibility of break in.
AllowRoot=true
AllowRoot=true 要改成 AllowRemoteRoot=true,注意大小写
如果如果还是使用RHEL登录的话后面需要加个终端的序号
X -query [hostname or IP] : [0~6]