mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
60a517b66a
Sponsored by: The FreeBSD Foundation
1.4 KiB
1.4 KiB
name | labels | about |
---|---|---|
Bug report | bug report | Report a bug in libfido2 |
What version of libfido2 are you using?
What operating system are you running?
What application are you using in conjunction with libfido2?
How does the problem manifest itself?
Is the problem reproducible?
What are the steps that lead to the problem?
Does the problem happen with different authenticators?
Please include the output of fido2-token -L
.
fido2-token -L
$ fido2-token -L
Please include the output of fido2-token -I
.
fido2-token -I
$ fido2-token -I <device>
Please include the output of FIDO_DEBUG=1
.
FIDO_DEBUG=1
$ export FIDO_DEBUG=1 $ <command1> $ <command2> (...) $ <commandn>