nixos/pam: update u2f authfile description

This commit is contained in:
oluceps
2025-01-06 17:57:51 +08:00
parent 29bd96a29f
commit 03b400b595
+4 -1
View File
@@ -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/).