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
Error in ssh_exception (python2/python3) #678
Comments
mgedmin
added a commit
to mgedmin/paramiko
that referenced
this issue
Feb 5, 2016
(This also fixes paramiko#678.)
Solved via #679 |
bitprophet
added a commit
that referenced
this issue
Apr 24, 2016
dkhapun
pushed a commit
to cyberx-labs/paramiko
that referenced
this issue
Jun 7, 2018
(This also fixes paramiko#678.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an error:
File "/usr/lib/python3.4/site-packages/paramiko/client.py", line 311, in connect
raise NoValidConnectionsError(errors)
File "/usr/lib/python3.4/site-packages/paramiko/ssh_exception.py", line 166, in init
body = ', '.join([x[0] for x in addrs[:-1]])
TypeError: 'dict_keys' object is not subscriptable
I guess it is related with python versions.
The text was updated successfully, but these errors were encountered: