mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
pages/yubikey: add warning about online auth method
This commit is contained in:
parent
dafcba9988
commit
b015b9954c
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
= Using YubiKeys with Fedora
|
||||
The Fedora docs team
|
||||
:revnumber: unknown
|
||||
:revdate: 2023-02-12
|
||||
:revdate: 2023-02-26
|
||||
:category: Using
|
||||
// :tags: From Source
|
||||
|
||||
|
@ -68,6 +68,11 @@ auth sufficient pam_yubico.so id=[Your API Client ID] key=[Your API Cl
|
|||
Note that the key is optional but without it there is no TLS verification which makes this susceptible to MitM attacks by default. Obtain a key at https://upgrade.yubico.com/getapikey[Yubico].
|
||||
====
|
||||
|
||||
[CAUTION]
|
||||
====
|
||||
Note that the online auth method won't work if the device is offline and can't reach the YubiCloud.
|
||||
====
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
If you have SELinux on the enforcing mode (the default mode), you should flip on the allow_ypbind boolean first, because pam_yubico needs to be able to connect to Yubico's online authentication. servers.
|
||||
|
|
Loading…
Reference in a new issue