Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/pam: update u2f authfile description #371381

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
nixos/pam: update u2f authfile description
  • Loading branch information
oluceps committed Jan 6, 2025
commit 03b400b595b2e3fab91c1803bfc7622c047ea8d3
5 changes: 4 additions & 1 deletion nixos/modules/security/pam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,10 @@ in
be changed using {option}`security.pam.u2f.authFile` option.

File format is:
`username:first_keyHandle,first_public_key: second_keyHandle,second_public_key`
```
<username1>:<KeyHandle1>,<UserKey1>,<CoseType1>,<Options1>:<KeyHandle2>,<UserKey2>,<CoseType2>,<Options2>:...
<username2>:<KeyHandle1>,<UserKey1>,<CoseType1>,<Options1>:<KeyHandle2>,<UserKey2>,<CoseType2>,<Options2>:...
```
This file can be generated using {command}`pamu2fcfg` command.

More information can be found [here](https://developers.yubico.com/pam-u2f/).
Expand Down