diff options
| author | invis-z | 2023-11-21 18:12:01 +0000 | 
|---|---|---|
| committer | rfjakob | 2024-04-19 22:36:55 +0200 | 
| commit | 4b6b9553c4a2e14fd809754f6bf187957ff3cdfd (patch) | |
| tree | c020acb7b2ebfb6121725082ec03944c8a6aa1cd /Documentation | |
| parent | f5007b28c366d1a9671146710975679a154f30f8 (diff) | |
Add option to set FIDO2 verificatoin option
Add an option to specify user verification options for `fido2-assert -t`
Options will be saved to config file
Provide same functionality to #705 with simpler implementation
Resolve #702
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/MANPAGE.md | 10 | 
1 files changed, 8 insertions, 2 deletions
| diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 8c4af3f..9caa359 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -482,11 +482,17 @@ for details.  #### -fido2 DEVICE_PATH  Use a FIDO2 token to initialize and unlock the filesystem. -Use "fido2-token -L" to obtain the FIDO2 token device path. -For linux, "fido2-tools" package is needed. +Use `fido2-token -L` to obtain the FIDO2 token device path. +For linux, **fido2-tools** package is needed.  Applies to: all actions that ask for a password. +#### -fido2-assert-option OPTION +Options passed to `fido2-assert` with `-t` option. +This option may be specified multiple times, each time it will add two  +arguements `-t` `OPTION` to `fido2-assert`. +See `man fido2-assert` to check supported options. +  #### -masterkey string  Use an explicit master key specified on the command line or, if the special  value "stdin" is used, read the masterkey from stdin, instead of reading | 
