I tried changing the GELI encryption password on a testing pc with an encrypted ZFS hard drive, and it seemed too easy to have done it the right way. What am I doing wrong?
- to check the root partition
- to destroy the old Master Key copy
- for a prompt with the new password
Is this the recommended way to change an encryption password? I was surprised that I could enter every command with regular user privileges, which is kind of scary when you think that anyone with access to someone's user account can lock them out of their pc.
Code:
ls /dev/ | grep eli
Code:
geli delkey -a /dev/ada0p3
Code:
geli setkey /dev/ada0p3
Is this the recommended way to change an encryption password? I was surprised that I could enter every command with regular user privileges, which is kind of scary when you think that anyone with access to someone's user account can lock them out of their pc.