• slazer2au@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      Moving ports does help. It is not a sure thing but when used in conjunction with other security mechanism can help get rid the of the low hanging fruit of scriptkiddies and automated scans.

          • towerful@programming.dev
            link
            fedilink
            English
            arrow-up
            0
            ·
            3 months ago

            It defends against the lowest level of automation. And if that is a legit threat in your model, you are going to have a bad time.
            It’s just going to trip you up at some point

            • Possibly linux@lemmy.zip
              link
              fedilink
              English
              arrow-up
              0
              ·
              2 months ago

              I’m not saying it should be your only defense. I’m saying that changing defaults is a good idea for secure systems.

              For instance, you should change the default WiFi password on your router.

      • towerful@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 months ago

        But scriptkiddies and automated scans are not a security threat. If they were a legitimate threat to your server, you have bigger problems.
        All it does is reduce log chatter.

        Anyone actually wanting in would port scan, then try and connect to each port, and quickly identify an SSH port

        • solrize@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 months ago

          Imagine that the xz exploit actually made it into your server, so your sshd was vulnerable. Having it on another port does seem helpful then. In fact i sometimes think of putting mine on a random secret address in the middle of a /64 ipv6 range, but I haven’t done that yet.

          it occurs to me, the xz exploit and similar is a good reason not to run the latest software. It affected Debian Sid but not the stable releases. I’m glad I only run the stable ones.

          • ShortN0te@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            3 months ago

            Imagine that the xz exploit actually made it into your server, so your sshd was vulnerable. Having it on another port does seem helpful then.

            Nope. Your entire server can be scanned in less than a second for an open ssh port.

            IPv6 does not change the fact since when your server is attacked the hist IP is already known.