summaryrefslogtreecommitdiff
path: root/data/templates/login/pam_otp_ga.conf.j2
AgeCommit message (Collapse)Author
2022-10-14login: 2fa: T874: fix Google authenticator issuesChristian Poessinger
Move default values of TOTP configuration from a global to a per user setting. This makes the entire code easier as no global configuration must be blended into the per user config dict. Also it should be possible to set the authentication window "multiple concurrent keys" individual per user. set system login user vyos authentication otp key 'gzkmajid7na2oltajs4kbuq7lq' set system login user vyos authentication plaintext-password 'vyos'
2022-10-11system login: T874: add 2FA support for local and ssh authenticationgoodNETnick