Replies: 1 comment
-
This is a bug, will fix, tracking on #1577 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a relatively new blink user, but I've read the docs and looked through Discussions and Issues and haven't found anything similar to this problem. But before I create a new Issue, I wanted to see if anyone else has come across this situation.
I ssh to a number of servers that require 2FA as part of the authentication process. Typically a session with one of these hosts goes something like this when using ssh from a linux or mac client:
(The "1" and "y" were input provided by me during the 2FA exchange.)
My problem with blink is that I usually only see a few words of the above output. The authentication process pauses after the initial ssh key exchange, but then I just have to know I need to first type a "1", then go to the Duo app on my phone and click Accept, then type a "y" if I want the authentication to be remembered for the next 12 hours.
I've tried ssh -vvv and get the normal debugging output, often with a few words from the above text sprinkled in, but that's as good as it gets. Am I missing something obvious? It seems like blink is not expecting to receive text back as part of the authentication process, or if it is then there's a race condition that prevents the full text from being received and displayed.
Beta Was this translation helpful? Give feedback.
All reactions