this post was submitted on 15 Sep 2024
65 points (97.1% liked)

Linux

47337 readers
1181 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] NegativeLookBehind@lemmy.world 1 points 4 days ago (2 children)

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

[–] Zikeji@programming.dev 5 points 3 days ago (1 children)

LUKS, or anything that relies on the server encrypting, is highly vulnerable (see schizo@forum.uncomfortable.business's response).

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

[–] boredsquirrel@slrpnk.net 2 points 3 days ago

Yes. No proof their LUKS prompt isnt tampered with

[–] lud@lemm.ee 1 points 3 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.