You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to enable 2FA in my raspberry pi board
i have added google-authenticator-libpam to my build. I have followed these steps, which are mentioned below.
1.Added google-authenticator-libpam pack in my build
2.add the auth equired pam_google_authenticator.so nullok line in sshd file which is located in the /etc/pam.d/ directory
3.set the value yes to KbdInteractiveAuthentication in the sshd_config file which is located in the /etc/sshd/ directory
4.Generate the code and done as per guidance
but here 2FA is not enabled.
shall i need more configuration?
The text was updated successfully, but these errors were encountered:
What's "as per guidance"? You may have done it right, but clearly at least one thing in your config is wrong.
What do log files say?
How did you manage to file this bug without following the templates? The templates are there for a reason (e.g. the questions I asked), so is there a way to file this issue without being asked for a template?
i am trying to enable 2FA in my raspberry pi board
i have added google-authenticator-libpam to my build. I have followed these steps, which are mentioned below.
1.Added google-authenticator-libpam pack in my build
2.add the auth equired pam_google_authenticator.so nullok line in sshd file which is located in the /etc/pam.d/ directory
3.set the value yes to KbdInteractiveAuthentication in the sshd_config file which is located in the /etc/sshd/ directory
4.Generate the code and done as per guidance
but here 2FA is not enabled.
shall i need more configuration?
The text was updated successfully, but these errors were encountered: