From 86b07e20f0fd2cffd4c359ea1cabe70128797652 Mon Sep 17 00:00:00 2001 From: Josh Roskos Date: Tue, 29 Jul 2025 14:13:44 -0500 Subject: [PATCH] Update linux-disk-encryption-end-user.md (#31249) - Noted that Fleet generates a new encryption key and the original one does still remain under step #3 after a customer noted inconsistencies in our docs. - The statement was taken from our enforce-disk-encryption article. --- articles/linux-disk-encryption-end-user.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/linux-disk-encryption-end-user.md b/articles/linux-disk-encryption-end-user.md index 1b4959829b..51f48ec1bf 100644 --- a/articles/linux-disk-encryption-end-user.md +++ b/articles/linux-disk-encryption-end-user.md @@ -39,6 +39,8 @@ Follow the steps below to get set up. ## 3. Escrow your key with Fleet +> LUKS allows multiple passphrases for decrypting the volume. The original passphrase remains active along with the escrowed passphrase created by Fleet. + - Open Fleet Desktop. If your device is encrypted, you'll see a banner prompting you to escrow the key. - Click **Create key**. Enter your existing encryption passphrase when prompted. - Fleet will generate and securely store a new passphrase for recovery. This may take several minutes. A popup will appear when Fleet is done.