-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: disk encryption options #55
Comments
Just my thought but If you're going to have the password automatically entered, I would think you're defeating the purpose of having LUKS enabled in the first place. V/r James F. Boughton Classification: UNCLASSIFIED -----Original Message----- I sent an email about this, but haven't heard back. Do you have info on how to modify the disk encryption options, or have the LUKS password automatically entered? I'd like to run the server headless, never needing to having a monitor/keyboard plugged in, even on reboot. — |
Agreed, but I didn't see any option to enable/disable LUKS during the OS install. It seemed to be required. |
LUKS is encouraged, as I have that integrated as an option on the kickstart scripts that I do: https://github.com/RedHatGov/ssg-el6-kickstart Although, LUKS is good, it's still not foolproof, here's an interesting blog post for decrypting the disk using the unencrypted /boot partition: https://twopointfouristan.wordpress.com/ The fix - encrypting the /boot partition: http://dustymabe.com/2015/07/06/encrypting-more-boot-joins-the-party/ or using full disk encryption on the drives themselves... |
Thanks for the info, but we really need a way to get around typing in the Also, we're using vnc to access them remotely, but for some reason the vnc
|
https://www.howtoforge.com/automatically-unlock-luks-encrypted-drives-with-a-keyfile As for the VNC issues - you might check the settings here: https://github.com/fcaviggia/hardening-script-el6/blob/master/misc/gnome.sh (Change lines 109-121):
|
Great, thanks!
|
I sent an email about this, but haven't heard back. Do you have info on how to modify the disk encryption options, or have the LUKS password automatically entered? I'd like to run the server headless, never needing to having a monitor/keyboard plugged in, even on reboot.
The text was updated successfully, but these errors were encountered: