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.

  • lud@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Don’t use passwords for ssh. Use keys and disable password authentication.

    • Voroxpete@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      More importantly, don’t open up SSH to public access. Use a VPN connection to the server. This is really easy to do with Netbird, Tailscale, etc. You should only ever be able to connect to SSH privately, never over the public net.

      • troed@fedia.io
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        It’s perfectly safe to run SSH on port 22 towards the open Internet with public key authentication only.