Unverified Commit 885e9e84 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

nixos/pam: update u2f authfile description (#371381)

parents e050ee44 03b400b5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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/).