[Bug 1398322] [NEW] python-paramiko in trusty is incompatible with OpenSSH in vivid
Daniel Watkins
daniel.watkins at canonical.com
Tue Dec 2 09:18:11 UTC 2014
Public bug reported:
When attempting to connect to a vivid host from a trusty client, I get
the following traceback:
Traceback (most recent call last):
File "test_script.py", line 6, in <module>
client.connect("10.0.3.179", username='ubuntu', password='password')
File "/usr/lib/python2.7/dist-packages/paramiko/client.py", line 306, in connect
t.start_client()
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 465, in start_client
raise e
paramiko.SSHException: Incompatible ssh peer (no acceptable kex algorithm)
The commit that fixes this in paramiko is
e7f41de2f2dac5d03404f35edc5514f12e42c49f (git bisect FTW), which was
only released in 1.15 (1.15.1 is in utopic and vivid).
Modifying the attached script to point at a vivid host and running it on
a trusty machine should reproduce.
** Affects: paramiko (Ubuntu)
Importance: Undecided
Status: New
** Attachment added: "test_script.py"
https://bugs.launchpad.net/bugs/1398322/+attachment/4272698/+files/test_script.py
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to paramiko in Ubuntu.
https://bugs.launchpad.net/bugs/1398322
Title:
python-paramiko in trusty is incompatible with OpenSSH in vivid
Status in paramiko package in Ubuntu:
New
Bug description:
When attempting to connect to a vivid host from a trusty client, I get
the following traceback:
Traceback (most recent call last):
File "test_script.py", line 6, in <module>
client.connect("10.0.3.179", username='ubuntu', password='password')
File "/usr/lib/python2.7/dist-packages/paramiko/client.py", line 306, in connect
t.start_client()
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 465, in start_client
raise e
paramiko.SSHException: Incompatible ssh peer (no acceptable kex algorithm)
The commit that fixes this in paramiko is
e7f41de2f2dac5d03404f35edc5514f12e42c49f (git bisect FTW), which was
only released in 1.15 (1.15.1 is in utopic and vivid).
Modifying the attached script to point at a vivid host and running it
on a trusty machine should reproduce.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/paramiko/+bug/1398322/+subscriptions
More information about the foundations-bugs
mailing list