-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2nd Factor Auth. - Google Authenticator #49
Comments
@rmg55, thank you for opening this issue! I'm glad to hear that this is useful for other folks. So, I just revisited #7, and it turns out that our current auth mechanism works when the 2FA authentication is initiated via push notification on an app like Duo. For 2FA mechanism that requires the user to input both the password and token from two separate prompts, we will need to add a new option to signal to
I will look into this in the next few days, and will get back to you once I have a solution.. References:
Thank you @mnlevy1981 for the clarification and pointers to potential solutions.... |
Excellent @andersy005 - thanks for the clarification. Cheers! |
Solved by #51 |
First off - thanks for this awesome project - I think it will be really useful for lots of folks.
I am having issues getting this to work with 2-factor authentication scheme on an HPC system. Our system uses Google Authenticator for a 6-digit code. The SSH login process looks like:
When I try jupyter-forward I like:
I get the this error
Seems like an authentication issue. I tried to work thru fabric --> paramiko authentication workflow, but had no luck. Then I saw this #7, but the solution was posted in that issue.
Tagging @andersy005 b/c I think you might be able to help me with this - thanks!
The text was updated successfully, but these errors were encountered: