Configuring the Linux Authentication System
In this section, the Tellaro’s PAM configuration is modified to require the strongauth user to authenticate on the Console with:
Steps
Add a group named mfausers to /etc/group
shell> groupadd mfausers
Add the strongauth account to the mfausers group
shell> gpasswd --a strongauth mfausers
NOTE: StrongKey recommends against adding the root user to mfausers, as the system may get locked out if something goes wrong with the MFA setup. |
Create an empty file called /var/log/pamfido.log
shell> touch /var/log/pamfido.log
Make the pamfido.log file write-able by the group
shell> chmod 664 /var/log/pamfido.log
Copyright (c) 2001-2025 StrongAuth, Inc. (dba StrongKey) All Rights Reserved
NOTE: StrongKey recommends against adding the root user to mfausers, as the system may get locked out if something goes wrong with the MFA setup.