The PAM U2F module provides an easy way to integrate the Yubikey (or other U2F-compliant authenticators) into your existing user authentication infrastructure. PAM is used by GNU/Linux, Solaris and Mac OS X for user authentication.
The PAM U2F module provides an easy way to integrate the Yubikey (or other U2F-compliant authenticators) into your existing user authentication infrastructure. PAM is used by GNU/Linux, Solaris and Mac OS X for user authentication.
To install pam-u2f, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pam-u2f
To see what files were installed by pam-u2f, run:
port contents pam-u2f
To later upgrade pam-u2f, run:
sudo port selfupdate && sudo port upgrade pam-u2f
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.