Skip to content

Commit b765094

Browse files
author
Aaron Honeycutt
committed
Update image
1 parent 8057665 commit b765094

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/password.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Change User Password
2+
title: Change User Password and LUKS Passphrase
33
description: >
44
Forgot your main password? Locked out of your computer? Need to change your encryption passphrase? Follow these instructions to change both!
55
keywords:
@@ -88,6 +88,12 @@ reboot
8888

8989
## Changing LUKS passphrase
9090

91+
Run this command (replace the example partition with your root partition):
92+
93+
```bash
94+
cryptsetup luksChangeKey /dev/sda3 -S 0
95+
```
96+
9197
Now, enter the original passphrase. Here you will be prompted for the new passphrase, and then to confirm the new passphrase.
9298

9399
## Adding LUKS passphrases
-238 KB
Loading

0 commit comments

Comments
 (0)