Actions
Feature #52
openadd support for yubikey in HMAC-SHA1 mode
Description
- OTPme should support authentication/login with a yubikey in HMAC-SHA1 mode
- offline logins using pam_otpme should be supported
Updated by The 2nd over 9 years ago
- % Done changed from 40 to 80
The current implementation tries to get the yubikey serial and sends it to the server. The server replies if the yubikey can be used to authenticate the user and sends the slot that is configured for HMAC-SHA1. This works well if the connected yubikey as at least one slot configured for HMAC-SHA1. If no slot is configured for HMAC-SHA1 the serial() method times out.
Waiting for answer from upstream: https://github.com/Yubico/python-yubico/issues/26
Actions