ouch@lemmy.world to Linux@lemmy.ml · 2 months agoVPS encryptionmessage-squaremessage-square29fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareVPS encryptionouch@lemmy.world to Linux@lemmy.ml · 2 months agomessage-square29fedilinkfile-text
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up0·2 months agoSo how do you decrypt the LUKS vault when you have no sshd running as that thing is not up yet?
minus-squareNegativeLookBehind@lemmy.worldlinkfedilinkEnglisharrow-up0·2 months agoDo VPSs typical give you LOM? Honest question. Maybe LUKs isn’t good if you can’t console in.
minus-squareZikeji@programming.devlinkfedilinkEnglisharrow-up0·2 months agoLUKS, 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.
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up0·2 months agoYes. No proof their LUKS prompt isnt tampered with
minus-squarefuzzy_feeling@programming.devlinkfedilinkarrow-up0·2 months agoyou can but an ssh server in your initramfs. dropbear-initramfs i guess was the name in debian.
So how do you decrypt the LUKS vault when you have no sshd running as that thing is not up yet?
Do VPSs typical give you LOM? Honest question. Maybe LUKs isn’t good if you can’t console in.
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.
Yes. No proof their LUKS prompt isnt tampered with
you can but an ssh server in your initramfs.
dropbear-initramfs i guess was the name in debian.