Results 1 to 3 of 3

Thread: Is enabling root password and not root login safe?

  1. #1
    Join Date
    Aug 2007
    Location
    Buenos Aires, Argentina
    Beans
    731
    Distro
    Ubuntu 9.10 Karmic Koala

    Is enabling root password and not root login safe?

    I'm not asking if its easy to recover the password (actually, just knowing my password or root password I can recover the other), but if there a some risk at having a root account and NOT LETTING IT login from GDM (just using su).
    Remember to thank me by pressing the star below my post if I was helpful
    The world started on 1970. Anyone claiming to be over 39 is a liar.
    Vote for better prefixes!

  2. #2
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: Is enabling root password and not root login safe?

    If there is any server running that can be used for root access, then yes. If somebody is trying to access your computer, they will probably try the root account first. I would definitely disable root logins for ssh.

    Why not use "sudo -s"? You can even add this to your .bashrc if you're used to the su command.
    Code:
    alias su='sudo -s'

  3. #3
    Join Date
    May 2007
    Beans
    7,032
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Is enabling root password and not root login safe?

    It's not officially supported by Ubuntu, but that is not (afaik) due to remote security concerns so much as it is to software patches (like the "recovery mode" login bypass) and compatibility with documentation.

    While there is no real reason to set a password for root, doing so is not, in and of itself, a security risk. After all, most *nix systems ask you to set the root password during installation, including tinfoil hat OSes such as OpenBSD.

    Some things to keep in mind if you ever decide to do this:
    1) Use a strong password.
    2) Don't be surprised if single-user mode breaks
    3) Don't run the system as root -- only applications that really, truly need to run as root.
    I am aware of all internet traditions. | Getting the best help | Text formatting codes | My last.fm profile
    Should I PM support questions? NO!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •