From 2c7ec8203ef38a21217c5777dcbebc622a2429ee Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 8 Oct 2021 22:24:50 +0200 Subject: [PATCH] man: document new token-timeout= setting --- man/crypttab.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/man/crypttab.xml b/man/crypttab.xml index e8c538cc85c..ac5c6ef6664 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -677,6 +677,18 @@ of the current PCR state. + + + + Specifies how long to wait at most for configured security devices (i.e. FIDO2, + PKCS#11, TPM2) to show up. Takes a time value in seconds (but other time units may be specified too, + see systemd.time7 + for supported formats). Defaults to 30s. Once the specified timeout elapsed authentication via + password is attempted. Note that this timeout applies to waiting for the security device to show up — + it does not apply to the PIN prompt for the device (should one be needed) or similar. Pass 0 to turn + off the time-out and wait forever. + + @@ -689,13 +701,9 @@ - Specifies how long systemd should wait for a device to show up - before giving up on the entry. The argument is a time in seconds or explicitly - specified units of - s, - min, - h, - ms. + Specifies how long systemd should wait for a block device to show up before + giving up on the entry. The argument is a time in seconds or explicitly specified units of + s, min, h, ms.