https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237270
--- Comment #8 from Dag-Erling Smørgrav <[email protected]> --- Google Authenticator is not tied to Google. It is an open standard called OATH (RFC 4226 and 6238). It is commonly referred to as Google Authenticator because they were the among the first to use make widespread use of it and to release an open source implementation, but you can get hardware tokens that implement RFC 6238 (very commonly used for Internet banking; I have one in my pocket right now), or you can use a wide variety of free software including FreeOTP, which is a Red Hat-sponsored fork of the old Google Authenticator app. On the server side, you can use the security/pam_google_authenticator port, which is 100% open source. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
