From: Jonathan Conder Date: Wed, 17 Apr 2024 20:01:27 +0000 (+1200) Subject: man: document other keyname options for pam_systemd_loadkey X-Git-Tag: v256-rc1~137^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F32326%2Fhead;p=thirdparty%2Fsystemd.git man: document other keyname options for pam_systemd_loadkey --- diff --git a/man/pam_systemd_loadkey.xml b/man/pam_systemd_loadkey.xml index ab99b1e7523..13d1686bd1e 100644 --- a/man/pam_systemd_loadkey.xml +++ b/man/pam_systemd_loadkey.xml @@ -49,9 +49,47 @@ keyname= Takes a string argument which sets the keyname to read. - The default is cryptsetup, which is used by + The default is cryptsetup. + During boot, systemd-cryptsetup@.service8 - to store LUKS passphrase during boot. + stores a passphrase or PIN in the keyring. + The LUKS2 volume key can also be used, via the option in + crypttab5. + + + + Possible values for <varname>keyname</varname>. + + + + + + + + Value + Description + + + + + cryptsetup + Passphrase or recovery key + + + fido2-pin + Security token PIN + + + luks2-pin + LUKS2 token PIN + + + tpm2-pin + TPM2 PIN + + + +