PAM module to authenticate against a YubiKey validation server or via challenge-response against a local YubiKey
The Yubico PAM module provides an easy way to integrate the YubiKey into your existing user authentication infrastructure. The module can be configured to validate YubiKeys against Yubico's YubiCloud infrastructure, a custom YubiKey validation server or it can be used for offline authentication with newer YubiKeys supporting a challenge-response protocol.
The Yubico PAM module provides an easy way to integrate the YubiKey into your existing user authentication infrastructure. The module can be configured to validate YubiKeys against Yubico's YubiCloud infrastructure, a custom YubiKey validation server or it can be used for offline authentication with newer YubiKeys supporting a challenge-response protocol.
To install yubico-pam, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yubico-pam
To see what files were installed by yubico-pam, run:
port contents yubico-pam
To later upgrade yubico-pam, run:
sudo port selfupdate && sudo port upgrade yubico-pam
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.