-
Notifications
You must be signed in to change notification settings - Fork 37
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
add stuff to handle prompts #50
Conversation
Thank you for the contribution! How do you trigger ssh-agent/ssh to ask this via ssh-askpass? |
I was trying to ssh into a host I didn’t yet have a key for |
Ah, I always get that prompt in the terminal but I found the Also if you don't have a tty, like when using ssh from a GUI application, it will force the use of I think this is the time when we implement #34 which would solve your problem (I'm pretty sure). Could you put
above |
This is using OCR so there may be misspellings :D
|
Huh.. Do you set Can you paste the output of |
Sorry for the delay in replying. I'm pretty sure this is due to the brew package ( Those are being set in a launchctl:
|
Interesting! From what I could understand from the openssh source code I'll use your commit but improve on it to mimic what ssh(1) does. |
Yep! That's one of the features I added to your commit; that you can paste the fingerprint just like you can in the CLI version. Thank you so much for your contribution! |
No problem! thanks for making it better :D |
This handles host key prompting which doesn't work. I'm not sure if this is super robust, or if there are other unhandled prompts