Topic: root password

why are the root & user password the same by default?

Yaur

Re: root password

Because you are the administrator of your Linux system, it is your responsibility to change passwords, ssh hostkeys, certificates and security settings.

On the other hand: Explain why they should not.

I'm so meta, even this acronym

Re: root password

They're not, you just don't have the root account enabled by default, so you use sudo, which uses your user password.

Re: root password

IRT 2

just a little convenience during the set up, which encourages good security practices

YAUR

Last edited by Garthhh (2011-11-24 18:01:08)

Re: root password

Hi Garthhh, CrunchBang uses 'sudo' just like Ubuntu, you can read here for more info:

https://help.ubuntu.com/community/RootSudo

Re: root password

sure, I've seen that bit

I mis spoke originally
user is administrator by default...
I've done quite a few installs lately & seen different schemes
wondering if there were any reasons beyond
the do it yourself nature of #!

Re: root password

I will add to this question.

LinuxMint allows you to not have to login to Package Manager  (synaptic) and Root Terminal.  There is a popup for the sudo use.   Is there a way to enable this in #!

Congratulations, you've figured out the sound of one hand clapping...

Re: root password

For synaptic:

gksu synaptic

in terminal:

sudo foo

or for "root terminal"

sudo -i
foo

For more details see the link in post #5.

Re: root password

In the past, I created a root account so that I could use CUPS localhost:631 as administrator
(instead of using #! tool).

root and user password are definitely NOT the same.  It just that user have sudo permission and
can do essentially all administrative tasks.  But if you are like me and prefer to use CUPS as
administrator, then you need to make a root account.

Sheng-Chieh

Re: root password

shengchieh wrote:

But if you are like me and prefer to use CUPS as
administrator, then you need to make a root account.

Or you can just add your username to the lpadmin group.