How would you protect files of a VPS (Virtual Private Server) from snooping by the service provider?

    • fuzzy_feeling
      link
      fedilink
      44 days ago

      you can but an ssh server in your initramfs.
      dropbear-initramfs i guess was the name in debian.

      • @[email protected]
        link
        fedilink
        1
        edit-2
        4 days ago

        Pretty cool!

        Android and ChromeOS both also just use fuse for userspace (and user-files) encryption. This could totally be used too.

        But of course, if something is not on your RAM it is not safe

    • @JubilantJaguar
      link
      14 days ago

      Another option: encrypt a sparse file rather than a disk volume. Mount the file to local filesystem and open and close it there.

    • @NegativeLookBehind
      link
      English
      14 days ago

      Do VPSs typical give you LOM? Honest question. Maybe LUKs isn’t good if you can’t console in.

      • @[email protected]
        link
        fedilink
        English
        54 days ago

        LUKS, or anything that relies on the server encrypting, is highly vulnerable (see [email protected]’s response).

        Your best bet would be encrypting client side before it arrives on the server using a solution like rclone, restic, borg, etc.

      • @[email protected]
        link
        fedilink
        14 days ago

        Yeah, at least the ones I used have some kind of console/terminal you can use and often you can access BIOS and reinstall the OS if you want.