Apparently I installed that thing in 2006 and I last updated it in 2016, then I quit updating it for some reason that I totally forgot. Probably laziness…

It’s been running for quite some time and we kind of forgot about it in the closet, until the SSH tunnel we use to get our mail outside our home stopped working because modern openssh clients refuse to use the antiquated key cipher I setup client machines with way back when any longer.

I just generated new keys with a more modern cipher that it understands (ecdsa-sha2-nistp256) and left it running. Because why not 🙂

  • ExtremeDullard@lemmy.sdf.orgOP
    link
    fedilink
    arrow-up
    52
    arrow-down
    18
    ·
    edit-2
    13 days ago

    It’s behind a firewall. The only thing exposed to the outside is port 22 - and only pubkey login too.

    And gee dude… It’s been running for 18 years without being pwned 🙂

    • n2burns@lemmy.ca
      link
      fedilink
      arrow-up
      68
      arrow-down
      3
      ·
      13 days ago

      And it’s not like it contains any sensitive information. I’m sure all your emails are just friendly correspondence with your pen pal.

    • schizo@forum.uncomfortable.business
      link
      fedilink
      English
      arrow-up
      35
      arrow-down
      2
      ·
      13 days ago

      I’d still maybe build a modern OpenSSH package.

      There’s been an awful lot of RCEs in the past two decades and uh, if that’s rawdogging the internet, I’m honestly shocked you haven’t been hit with any by now.

      • Sbauer@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        12 days ago

        Eh, building anything modern on a system that old would be painful I bet.

        Maybe you could use https://github.com/openssh/openssh-portable since that’s meant to be portable. I’d certainly would give it a try if I didn’t want to bother trying to upgrade that system. Then again, trying to upgrade it through the releases to a modern Debian might be fun too.

    • Lucy :3@feddit.org
      link
      fedilink
      arrow-up
      26
      arrow-down
      2
      ·
      13 days ago

      How do you know? Do you constantly monitor running processes, performance and network connections?

    • rhacer@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      2
      ·
      13 days ago

      Did you really only use it when you were home? If you used it outside the firewall then port 25 must have been open also.

      I used to run my own server and this was in the early 90s. Then one day, perusing the logs I realized I was not smart enough on the security front to even attempt such a thing. It was quickly shut down and the MX record moved to an outsourced mail provider.