From 9cd177e31da8b4040ddf5d1266fc4d85ef591ecb Mon Sep 17 00:00:00 2001 From: zlbabe <31076777+zlbabe@users.noreply.github.com> Date: Mon, 18 Jun 2018 12:08:59 +0000 Subject: [PATCH] cryptsetup: add luksChangeKey example (#2146) --- pages/linux/cryptsetup.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/cryptsetup.md b/pages/linux/cryptsetup.md index 70be5c0fd..5e458fd6b 100644 --- a/pages/linux/cryptsetup.md +++ b/pages/linux/cryptsetup.md @@ -13,3 +13,7 @@ - Remove an existing mapping: `cryptsetup luksClose {{target}}` + +- Change the LUKS volume's passphrase: + +`cryptsetup luksChangeKey {{/dev/sda1}}`