- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud
- Security

Changing a LUKS Passphrase
In this hands-on lab, we will learn how to safely change the passphrase used on a LUKS-encrypted volume without losing the data on the volume. LUKS passphrases should be changed on a regular schedule, just like account passwords. *This course is not approved or sponsored by Red Hat.*

Lab Info
Table of Contents
-
Challenge
Change the LUKS-Encrypted Volume Passphrase
- We first need to identify what volume
patient_lv
is part of. When a LUKS-encrypted volume is created, its original name includes the volume group name. Run the following command, and look fordevice
in the output:
sudo cryptsetup -v status patient_lv
- Run the following command to change the passphrase:
sudo cryptsetup luksChangeKey /dev/mapper/luks_vg-patient_lv
- Enter the original passphrase (
Pinehead1!
) at the prompt. - Enter the new passphrase (
Waddle4thewin!
) at the prompt. - Re-enter the new passphrase (
Waddle4thewin!
) to confirm.
- We first need to identify what volume
-
Challenge
Add a File Named `test.txt` to the LUKS-Encrypted Volume
- Determine where the
patient_lv
logical volume is mounted.
df -h
- Change to the
/data
directory.
cd /data
- Create a new file called
touch.txt
.
touch /data/test.txt
- Determine where the
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.