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
    link
    121 day ago

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

    • @[email protected]OP
      link
      fedilink
      English
      324 hours 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.

    • AlexanderESmith
      link
      fedilink
      11 day ago

      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
        link
        11 day 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.