Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (1 / 5) |
Uptime: | 59:42:32 |
Calls: | 424 |
Calls today: | 2 |
Files: | 1,025 |
Messages: | 90,951 |
Posted today: | 1 |
Hello,remotely password doesn't seems safe to me.
Are there any advantages from putting Linux on encrypted root at bare metal server if I often access remotely server from ssh, and sometimes need to reboot it? What about key supplied during unlocking server after reboot or manually power on? Giving
I want to protect against burglary and I'm not sure whether doing full disk encryption is a right way to go. Maybe should I just instead of trying to focus on the software side try to take more care of physical security?
Hello,
Are there any advantages from putting Linux on encrypted root at bare
metal server ...
... if I often access remotely server from ssh, and sometimes need
to reboot it?
What about key supplied during unlocking server after reboot or
manually power on? Giving remotely password doesn't seems safe to me.
I want to protect against burglary and I'm not sure whether doing full
disk encryption is a right way to go. Maybe should I just instead
of trying to focus on the software side try to take more care of
physical security?
Are you worried about disk theft or system theft?
The former is easier to protect against than the latter.
I believe modern hardware will automatically encrypt the disk and store
the key in the TPM. At BIOS level. So that disk is only readable on that computer.
(There are ways to back up the key, but to a first approximation, take
the disk out of the computer and it's cryptographically wiped.)
Hi,
You may want to look into TPM2-based disk encryption; during normal
operation it's basically transparent. My servers all have an encrypted
root partition, and I do not need to enter a password to boot it as the decryption keys are stored in the TPM. Take a look at this page[1] for information on how to do it with Clevis, however I would recommend the
usage of systemd-cryptenroll(1) instead for systemd systems[2].