`
369152980
  • 浏览: 13666 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

suse下面远程root图形登陆设置

阅读更多
在suse下面默认是不能远程使用root登陆图形界面的。要修改以下的文件:
vi /etc/opt/kde3/share/config/kdm/kdmrc
修改类似字段成如下:
[Xdmcp]
# Whether KDM should listen to XDMCP requests. Default is true.
Enable=true
# The UDP port KDM should listen on for XDMCP requests. Don't change the 177.
Port=177

vi /etc/rc.config
增加ROOT_LOGIN_REMOTE="yes"

vi /etc/sysconfig/displaymanager
改变下面的字段DISPLAYMANAGER_REMOTE_ACCESS="yes"
suse9下/etc/sysconfig/displaymanager需增加修改
DISPLAYMANAGER_ROOT_LOGIN_REMOTE="yes"

之后运行:
rckdm restart
就可以远程使用root登陆图形了。







Suse10下面远程root图形登陆设置

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
即可连线。
分享到:
评论

相关推荐

    suse下面远程root,图形登陆设置

    Suse Linux 远程 root 图形登陆设置 在 Suse Linux 中,默认情况下不能远程使用 root 登陆图形界面。为了实现远程 root 图形登陆,需要修改多个配置文件。在 Suse 9 中,需要修改 `/etc/opt/kde3/share/config/kdm/...

    远程图形连接suse11

    Suse11+ 设置Xmanager桌面登录 发表于2012-03-23由器茧 首先,Suse10和Suse11设置不同,这里是Suse11的设置方法。 1.修改/etc/sysconfig/displaymanager DISPLAYMANAGER_REMOTE_ACCESS=”yes” DISPLAYMANAGER_...

    SUSELinux下root用户ftp、telnet权限的启动方法.pdf

    下面将详细介绍如何通过命令行和图形化界面两种方式来启用root用户的FTP和telnet权限。 **命令行方式开启:** 1. 首先,你需要以root用户身份登录到系统。如果不在本地主机上,可以使用SSH工具如SecureCRT或PuTTY...

    SUSELinux下root用户ftp、telnet权限的启动方法.docx

    在SUSE Linux操作系统中,出于安全考虑,root用户的ftp和telnet权限默认是被禁用的。这有助于防止未经授权的访问和潜在的安全风险。然而,在某些情况下,可能需要开启这些权限,例如进行系统维护或远程管理。以下是...

    suse linux telnet安装配置步骤图文教程

    SUSE Linux是一款功能强大且用户友好的Linux发行版,它提供了类似于Windows的图形界面,使得用户能够轻松上手并进行日常的操作。SUSE Linux的一大特色是其内置的YAST(Yellow dog Updater, Modified)工具,该工具为...

    mysql在SUSE中的安装与启动

    MySQL在SUSE上的安装通常通过YaST(YaST2,YaST Advanced Setup Tool)进行,它是SUSE的图形化系统管理工具。首先,打开YaST,选择"软件管理"模块,然后在搜索框中输入"mysql"。这将列出所有相关的MySQL软件包,...

    redhat suse ubuntu vcn和ssh的配置

    在Redhat、SUSE及Ubuntu等Linux发行版中,VNC(Virtual Network Computing)是一种远程控制工具,允许用户通过图形界面远程访问另一台计算机。下面将详细介绍如何在这些系统上配置VNC。 ##### 1. Redhat上的VNC配置...

    Oracle 11g在SUSE Linux下安装步骤

    在SUSE Linux上安装Oracle 11g是一个涉及多个步骤的过程,主要分为系统准备、创建用户和组、安装目录和权限设置、环境变量配置、图形界面启动、安装过程及问题解决、安装后的配置和数据库管理等阶段。以下是详细的...

    mysql安装包对于Linux for susemysql安装包对于Linux for susemysql安装包对于Linux

    在SUSE上安装MySQL涉及多个步骤,下面将详细介绍如何在SUSE系统中安装和配置MySQL。 首先,MySQL的安装通常通过YaST控制中心或使用命令行工具来完成。YaST是SUSE提供的图形化系统管理工具,它可以简化软件安装过程...

    suse enterprise server 11下安装oracle10g(pdf/word2003)

    例如,Oracle数据库通常需要以root或指定的Oracle用户身份运行,因此必须正确设置用户权限和umask。此外,还要确保系统的内核版本与Oracle版本兼容,并调整内存和交换空间大小以优化性能。 安装完成后,还需要进行...

    Suse 开启ftp和telnet简化方案

    - 在SUSE Linux中,可以通过图形化界面工具YAST来管理各种服务与配置。 - 打开YAST工具,选择“网络服务”下的“网络服务(xinetd)”选项。 2. **查找与安装VSFTP服务**: - 在YAST的网络服务列表中,找到“VSFTP...

    Oracle数据库在linux suse下安装与配置文档

    - 配置网络:设置静态IP,确保网络连接稳定,以便于远程访问和管理数据库。 **二、Oracle数据库安装** 1. **准备Oracle 11g安装文件** - 下载Oracle Database 11g的ISO镜像文件,确保文件完整无损。 - 创建挂载...

    Redhat 安装Oracle9i&SUSE安装Oracle10g

    5. **处理X11转发**:如果需要图形化界面,确保X11转发设置正确,以便远程安装。 6. **数据库配置助手**:Oracle 10g R2引入了更强大的DBCA,可以更灵活地配置数据库实例。 7. **安全增强**:SUSE 10 SP2可能需要更...

    外包公司常用的SUSE命令

    45. **su**: 切换用户,如 `su - root` 切换到root用户。 46. **who, w, last**: 分别显示当前在线用户、详细状态和历史登录记录。 47. **rmp**: 删除包,但此命令在SUSE 8中可能已不常用,现在更常见的是`zypper ...

    CIS_SUSE_Linux_Benchmark_v2.0

    ### CIS_SUSE Linux Benchmark_v2.0:SuSE操作系统CIS标准 #### 一、概述 《CIS_SUSE Linux Benchmark_v2.0》是一份针对SuSE Linux Enterprise Server的安全基准文档,旨在提供一系列安全配置建议,帮助用户提高...

    SUSE10安装Oracle11g配置oracle自动启动安装配置plsql和ssh.docx

    - 可能需要通过XManager远程连接SUSE系统进行图形化安装。 8. **网络配置**: - 如果遇到无法打开display的问题,可能需要配置XManager或检查`/etc/X11/xorg.conf`以允许TCP连接。 - 对于静态IP配置,修改`/etc/...

Global site tag (gtag.js) - Google Analytics