-
Notifications
You must be signed in to change notification settings - Fork 26
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
ssh: handshake failed: possible man-in-the-middle attack: knownhosts: key mismatch #152
Comments
Hi! Wishlist uses its own known_hosts, stored at Have you looked into it? It's likely that said host changed and is now offering another key... |
refs #152 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Hmm no Btw: is it possible to have this just live at a fixed location instead of the cwd? |
hmm, I improved the error message there, can you check again with |
however the keys are not mismatched (normal note: I have both rsa and ed25519 host keys on my server - maybe it's comparing the rsa host key to the ed25519 key in my |
aah yes I found the issue! When the server offers both |
seems like its a bug in Go... |
I'll try to take a swing at it later... but regardless... it'll take some time to get merged and released - if they accept it. |
let's go! golang/crypto#254 |
update: still waiting on that PR :( |
wishlist: 0.9.0
I'm getting this error when trying to connect to some of my hosts
However when I just do normal
ssh <hostname>
I can connect just fine and the~/.ssh/known_hosts
file looks correct.Wishlist.log says this:
I'm using gpg-agent btw.
The text was updated successfully, but these errors were encountered: