Possibly, PAM module with SCDaemon, replacing Poldi.
- authentication for a user
- host sends the token a challenge to ask signing by auth key
- host examines the signature if its valid against the public key
- no special configuration is preferred
- let us consider use of ~/.ssh/authorized_keys to identify the public key of auth key?
- it means, when ssh login can be done with the auth key, local login should be also allowed using the token
- let us consider use of ~/.ssh/authorized_keys to identify the public key of auth key?