-
Notifications
You must be signed in to change notification settings - Fork 60
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
When access ssh for first time, prompt to add fingerprint to known hosts #45
Comments
Hi @liza-mae, thanks for making me aware of this. I just tried to delete my
it should also output this part, and wait for user input (but it doesn't)
I was not even considering this case. Is is because you have not before interacted with github over ssh? Do you normally use password authentication instead of ssh? |
@sqren I recommend encouraging best practices (ssh) through this tool rather than supporting other use cases (passwords) just because they exist. You could always add the password stuff if there was enough demand for it. |
@epixa That's a good point. I was not looking forward to supporting several authentication mechanisms. |
@liza-mae were you able to solve your problem by adding github.com to you known hosts before running |
Hi @sqren , yes that did work for me. Thanks. |
Good to hear! |
Backport tool uses ssh which prompted me to accept the new fingerprint and add it to my known hosts which paused/waited because stderr/stdout is not properly being displayed.
It should fail or prompt me to accept the fingerprint?
@spalger
The text was updated successfully, but these errors were encountered: