LINUX.ORG.RU

История изменений

Исправление aquadon, (текущая версия) :

https://wiki.archlinux.org/index.php/Pam_usb#Setting_up_the_PAM_module

auth    sufficient      pam_usb.so
auth    required        pam_unix.so nullok_secure

The sufficient keyword means that if pam_usb allows the authentication, then no password will be asked. If the authentication fails, then the default password-based authentication will be used as fallback.

https://developers.yubico.com/yubico-pam/

Так хочешь?

Исправление aquadon, :

https://wiki.archlinux.org/index.php/Pam_usb#Setting_up_the_PAM_module

auth    sufficient      pam_usb.so
auth    required        pam_unix.so nullok_secure

The sufficient keyword means that if pam_usb allows the authentication, then no password will be asked. If the authentication fails, then the default password-based authentication will be used as fallback.

Так хочешь?

Исходная версия aquadon, :

https://wiki.archlinux.org/index.php/Pam_usb#Setting_up_the_PAM_module

auth    sufficient      pam_usb.so
auth    required        pam_unix.so nullok_secure

The sufficient keyword means that if pam_usb allows the authentication, then no password will be asked. If the authentication fails, then the default password-based authentication will be used as fallback.