-
Notifications
You must be signed in to change notification settings - Fork 2
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
Updates for MFA #16
Comments
Also, from what I can tell Windows sshfs won't work anymore because winfsp is incompatible with MFA. I'll check with Greydon to see if he ever found a way around that (since he wrote the linked instructions), but otherwise we'll have to remove that section |
I had also used this a while ago when I had initially setup the VR desktops (prior to MFA), but I wonder if something in these instructions may be able to make it work via "Jump Hosts". |
I had experimented with this before but couldn't get it to work |
🥲 Ahh, that is unfortunate. |
Just a note not to actually put the comment at the end of the one field, ssh doesn't like it |
If you're updating this, would you mind also making a change to the settings for handling MFA? These were based on the combination of some discussion with Alliance support and also the following: https://docs.alliancecan.ca/wiki/Multifactor_authentication#Configuring_your_SSH_client_to_only_ask_every_so_often
.ssh/config
such that MFA is only asked after a period of time rather than each timessh
/sshfs
is called:sshfs
with the following options (removes ServerAliveCount and updates ServerAliveInterval):The second point was at least working on a cloud instance I was testing this out on. To that end, the second point is more just to let the mount persist, else
sshfs
will always ask about MFA (and doesn't actually take config AFAIK into consideration).Note these were all on Linux distros, so not sure of the equivalent for Windows.
Originally posted by @kaitj in #15 (comment)
The text was updated successfully, but these errors were encountered: