mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Fix typo in Linux disk encryption documentation (#36719)
This commit is contained in:
parent
6ec84a7713
commit
37781911f6
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ LUKS (Linux Unified Key Setup) is a standard tool for encrypting Linux disks. It
|
|||
|
||||
Fleet securely stores a passphrase to ensure that the data on your work computer is always recoverable. To get your computer set up for key escrow, you will first need to enable disk encryption on your end, then provide your encryption passphrase to Fleet.
|
||||
|
||||
Currenly, Fleet does not support escrowing Linux disk encryption keys on hosts that have multiple user acocunts. For Linux hosts that need to have multiple user accounts, the best practice is to create and escrow the disk encryption before creating additional user accounts on the host.
|
||||
Currently, Fleet does not support escrowing Linux disk encryption keys on hosts that have multiple user accounts. For Linux hosts that need to have multiple user accounts, the best practice is to create and escrow the disk encryption before creating additional user accounts on the host.
|
||||
|
||||
Follow the steps below to get set up.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue