From 08ef6998e3381b7b9d093f12c3928b2d3d95eca8 Mon Sep 17 00:00:00 2001 From: Jonathan Conder Date: Thu, 18 Apr 2024 08:01:27 +1200 Subject: [PATCH] man: document other keyname options for pam_systemd_loadkey --- man/pam_systemd_loadkey.xml | 42 +++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) 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 + + + +
-- 2.47.3