Avatar of Jack_son_
Jack_son_
Flag for Afghanistan asked on

LInux Debian 6

HOw do you allow root to login to the GUI?
LinuxLinux NetworkingLinux Security

Avatar of undefined
Last Comment
Kerem ERSOY

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
santoshmotwani

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
santoshmotwani

this what you have to look for :

[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
Jack_son_

ASKER
This worked, thanks!
Kerem ERSOY

Hi,

As a security issue it might not be a good idea to run GUI as root. IT is disabled for a reason.

Cheers,
K.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23