Background: 15 years of experience in software and apparently spoiled because it was already set up correctly.

Been practicing doing my own servers, published a test site and 24 hours later, root was compromised.

Rolled back to the backup before I made it public and now I have a security checklist.

    • DavidGA@lemmy.world
      link
      fedilink
      arrow-up
      13
      ·
      13 days ago

      It should be a serious red flag that your VPS host is generating root passwords simple enough to get quickly hacked.

      • Tablaste@linux.communityOP
        link
        fedilink
        English
        arrow-up
        4
        ·
        12 days ago

        I’m pretty sure they assumed if you bought their service, you have the competency to properly set it up.

        And I proved them wrong.

      • It should be a red flag if the root account has a password at all. Shouldn’t be able to access it without sudo (or in extreme cases, after a single-user boot).

        Also, I thought SSH root login was disabled by default. Has been in all Debian and RedHat variants I’ve ever used…

        • DavidGA@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          13 days ago

          If you install Debian yourself, it asks you to set a root password. If you don’t provide one, it disables root and enables sudo.

          Of course, if you’re running Debian provided by a cloud provider, it’s however they set it up for you.