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
parallel error not caught properly #986
Comments
See the related #714 which has other info in comments as well. We may just close this one as a duplicate later. |
xarg
pushed a commit
to xarg/paramiko
that referenced
this issue
Apr 16, 2014
bitprophet
added a commit
to paramiko/paramiko
that referenced
this issue
Apr 16, 2014
Related to fabric/fabric#986 and fabric/fabric#714 Conflicts: sites/www/changelog.rst
dkhapun
pushed a commit
to cyberx-labs/paramiko
that referenced
this issue
Jun 7, 2018
Related to fabric/fabric#986 and fabric/fabric#714 Conflicts: sites/www/changelog.rst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had a bad host key setup, and the "NetworkError: Host key for 192.168.5.201 did not match pre-existing key! Server's key was changed recently, or possible man-in-the-middle attack." was raised properly, but then not caught before it was used as the parameters to init, it shouldn't have gotten that far.
fab 1.7.0
The text was updated successfully, but these errors were encountered: