clevis-luks-unlock - Man Page
Unlocks a LUKS device bound with a Clevis policy
Synopsis
clevis luks unlock -d DEV [-n NAME] [-t SLT]
Overview
The clevis luks unlock command unlocks a LUKS device using its already provisioned Clevis policy. For example:
$ clevis luks unlock -d /dev/sda
Options
- -d DEV : The LUKS device to unlock
- -n NAME : The name to give the unlocked device node
- -t SLT : Test the passphrase for the given slot without unlocking the device
- -o PARAMS : Pass arbitrary parameters to cryptsetup; quote parameters as necessary
See Also
Referenced By
clevis-luks-pass(1), clevis-luks-unlockers(7).
10/17/2024