開啟 SuSE 10.1 Xmanager 遠端登入
作者: 不小心被逼到會 日期: 2007-11-27 15:47
vi /etc/opt/gnome/gdm/gdm.conf
此設定檔與大部分相同,以下為我更動過的選項
此設定檔與大部分相同,以下為我更動過的選項
[security]
# If any distributions ship with this one off, they should be shot
# this is only local, so it's only for say kiosk use, when you
# want to minimize possibility of breakin
AllowRoot=true
# If you want to be paranoid, turn this one off
AllowRemoteRoot=true
# If true this will basically append -nolisten tcp to every X command line,
# a good default to have (why is this a "negative" setting? because if
# it is false, you could still not allow it by setting command line of
# any particular server). It's probably better to ship with this on
# since most users will not need this and it's more of a security risk
# then anything else.
# Note: Anytime we find a -query or -indirect on the command line we do
# not add a "-nolisten tcp", as then the query just wouldn't work, so
# this setting only affects truly local sessions.
DisallowTCP=false
AllowShutdown=true
# Whether you need the root password to shut down from GDM and logout dialog.
SecureShutdown=true
[xdmcp]
# Distributions: Ship with this off. It is never a safe thing to leave
# out on the net. Setting up /etc/hosts.allow and /etc/hosts.deny to only
# allow local access is another alternative but not the safest.
# Firewalling port 177 is the safest if you wish to have xdmcp on.
# Read the manual for more notes on the security of XDMCP.
Enable=true
# The port. 177 is the standard port so better keep it that way
Port=177
設定完成後
/etc/init.d/xdm restart
即可連線.
# If any distributions ship with this one off, they should be shot
# this is only local, so it's only for say kiosk use, when you
# want to minimize possibility of breakin
AllowRoot=true
# If you want to be paranoid, turn this one off
AllowRemoteRoot=true
# If true this will basically append -nolisten tcp to every X command line,
# a good default to have (why is this a "negative" setting? because if
# it is false, you could still not allow it by setting command line of
# any particular server). It's probably better to ship with this on
# since most users will not need this and it's more of a security risk
# then anything else.
# Note: Anytime we find a -query or -indirect on the command line we do
# not add a "-nolisten tcp", as then the query just wouldn't work, so
# this setting only affects truly local sessions.
DisallowTCP=false
AllowShutdown=true
# Whether you need the root password to shut down from GDM and logout dialog.
SecureShutdown=true
[xdmcp]
# Distributions: Ship with this off. It is never a safe thing to leave
# out on the net. Setting up /etc/hosts.allow and /etc/hosts.deny to only
# allow local access is another alternative but not the safest.
# Firewalling port 177 is the safest if you wish to have xdmcp on.
# Read the manual for more notes on the security of XDMCP.
Enable=true
# The port. 177 is the standard port so better keep it that way
Port=177
設定完成後
/etc/init.d/xdm restart
即可連線.
發表評論
訂閱
上一篇
返回
下一篇
標籤:
Grub 開機失敗解決 (2008-02-19 09:53)
RH 系列 Linux 自動 fsck (2008-01-03 14:41)
FreeBSD Ldap Client 端設定 (2007-12-05 17:44)
Ubuntu 7.04 開啟 XDMCP (2007-11-14 22:08)
Ubuntu 7.04 於 A8N-VM 主機板內建顯卡安裝 (2007-11-14 21:43)
PAM 與 VSFTPD 的疑惑 (2007-11-07 01:34)
打開簡單的 rcp 權限 (2007-11-07 01:26)