Skip to content
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

Closed
pabloestebanez opened this issue Feb 4, 2016 · 1 comment
Closed

Error in ssh_exception (python2/python3) #678

pabloestebanez opened this issue Feb 4, 2016 · 1 comment

Comments

@pabloestebanez
Copy link

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.

mgedmin added a commit to mgedmin/paramiko that referenced this issue Feb 5, 2016
@bitprophet
Copy link
Member

bitprophet commented Apr 24, 2016

Solved via #679

bitprophet pushed a commit that referenced this issue Apr 24, 2016
(This also fixes #678.)
bitprophet added a commit that referenced this issue Apr 24, 2016
Also re fabric/fabric#1429 but IDK if Github will tickle that repo correctly :D
dkhapun pushed a commit to cyberx-labs/paramiko that referenced this issue Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants