What do you guys use / recommend to set up your own VPN to access your LAN services remotely?

  • Rikudou_SageA
    link
    English
    241 year ago

    Security 101: Never blindly run shell scripts from a random comment on the internet.

      • @GlitzyArmrest@lemmy.world
        link
        fedilink
        English
        41 year ago

        I sure hope there isn’t a rm -rf floating around in there somewhere… kind of like a certain past incident with major gaming client.

          • Rikudou_SageA
            link
            English
            71 year ago

            In the Steam Linux client, there was this line: rm -rf "$STEAMROOT/"*.

            If the variable $STEAMROOT isn’t defined (or is an empty string), it basically runs rm -rf "/"*, which means delete all subfolders of /.

    • @BlueBockser@programming.dev
      link
      fedilink
      English
      01 year ago

      Tbf, a lot of applications and tools provide installation scripts in lieu of more elaborate manual setup. Doesn’t make it safer, but if you want to install something, you have to trust the source with shell access at some point anyway.