Use iOS shortcut to renew MFA #490
|
I am trying to figure out a way to renew the MFA token when it expires. It seems like an iOS shortcut over SSH using: However, the |
Answered by
steilerDev
Mar 6, 2024
Replies: 1 comment 1 reply
|
Hey @jeff47 , you would need to detach the Something like this: I haven't tested this, but if you've got a working version, feel free to share it so I can add it to the docs :) |
1 reply
Answer selected by
jeff47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @jeff47 , you would need to detach the
tokencommand and then wait for the http server to come online.Something like this:
I haven't tested this, but if you've got a working version, feel free to share it so I can add it to the docs :)