chore: move out yubikey roles

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-12 21:13:03 +02:00
parent cfc02949d6
commit 6a732703f7
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8
7 changed files with 4 additions and 4 deletions

View file

@ -1,2 +0,0 @@
#%PAM-1.0
auth sufficient pam_yubico.so id={{ system_yubikey_id }} key={{ system_yubikey_key }}

View file

@ -3,7 +3,7 @@
# Yubico servers # Yubico servers
# Yubikey App ID for the PAM module # Yubikey App ID for the PAM module
system_yubikey_id: None yubikey_pam_id: None
# Yubikey App Token for the PAM module # Yubikey App Token for the PAM module
system_yubikey_key: None yubikey_pam_key: None

View file

@ -0,0 +1,2 @@
#%PAM-1.0
auth sufficient pam_yubico.so id={{ yubikey_pam_id }} key={{ yubikey_pam_key }}