VPS encryption
VPS encryption
How would you protect files of a VPS (Virtual Private Server) from snooping by the service provider?
You're viewing a single thread.
LUKS
VPN
Encrypt sensitive files
5 8 ReplyThat only works if the decryption is happening on hardware you control. You can not trust any part of the VPS including the memory and CPU
5 0 ReplySo how do you decrypt the LUKS vault when you have no sshd running as that thing is not up yet?
3 0 Replyyou can but an ssh server in your initramfs.
dropbear-initramfs i guess was the name in debian.4 0 ReplyPretty 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
1 0 Reply
Do VPSs typical give you LOM? Honest question. Maybe LUKs isn’t good if you can’t console in.
1 0 ReplyLUKS, 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.
5 0 ReplyYes. No proof their LUKS prompt isnt tampered with
2 0 Reply
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.
1 0 Reply
Another option: encrypt a sparse file rather than a disk volume. Mount the file to local filesystem and open and close it there.
1 0 Reply