mirror of
https://github.com/tiyn/wiki.git
synced 2025-09-01 09:17:46 +02:00
18 lines
519 B
Markdown
18 lines
519 B
Markdown
# FIDO2
|
|
|
|
[FIDO2](https://fidoalliance.org/fido2/) is an initiative to enforce multi-factor-authentication.
|
|
|
|
## Setup
|
|
|
|
For FIDO2 to work usually the package `libfido2` can be installed which will include the basic
|
|
setups.
|
|
|
|
## Usage
|
|
|
|
This section addresses various features of FIDO2.
|
|
|
|
### Use FIDO2 on Linux with DM-Crypt
|
|
|
|
The usage of a FIDO2-Stick combined with [DM-Crypt](/wiki/linux/dm-crypt.md) is described in the
|
|
[corresponding section of the DM-Crypt entry](/wiki/linux/dm-crypt.md#use-fido2-to-unlock-a-volume).
|