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