summarylogtreecommitdiffstats
path: root/libpam-google-authenticator.install
blob: fc91fa2bdfe913ec8001f0abd4d26a292120edd3 (plain)
1
2
3
4
5
post_install() {
       echo "Add this line to your PAM configuration file:"
       echo "auth required pam_google_authenticator.so"
       echo "Run the "google-authenticator" binary to create a new secret key in your home directory."
}