it-wiki:linux:pam_u2f
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
it-wiki:linux:pam_u2f [2020/10/16 09:11] – [Using U2F at Linux Login] marko | it-wiki:linux:pam_u2f [2023/03/07 20:16] (aktuell) – [Register a U2F Token] marko | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== PAM mit U2F Auth (Hardware Dongle) | + | ====== Using U2F at Linux Login ====== |
- | ===== Using U2F at Linux Login ====== | + | |
==== Setup PAM ==== | ==== Setup PAM ==== | ||
Linux uses PAM (Pluggable Authentication Modules) to handle all authentication tasks. Since I am going to modify how I login (authenticate) to the system, using FIDO U2F, I need a PAM module providing this functionality. | Linux uses PAM (Pluggable Authentication Modules) to handle all authentication tasks. Since I am going to modify how I login (authenticate) to the system, using FIDO U2F, I need a PAM module providing this functionality. | ||
Zeile 17: | Zeile 16: | ||
<code bash> | <code bash> | ||
$ pamu2fcfg -opam:// | $ pamu2fcfg -opam:// | ||
- | </bash> | + | </code> |
This will output a configuration line which I need and after running this the U2F device will blink and I touch it to complete the registration. I actually redirect it directly to the config file: | This will output a configuration line which I need and after running this the U2F device will blink and I touch it to complete the registration. I actually redirect it directly to the config file: |
it-wiki/linux/pam_u2f.1602839508.txt.gz · Zuletzt geändert: 2020/10/16 09:11 von marko