[Bug 1398322] Re: python-paramiko in trusty is incompatible with OpenSSH in vivid
Dan Watkins
1398322 at bugs.launchpad.net
Mon Jul 6 12:22:56 UTC 2020
** Changed in: paramiko (Ubuntu)
Status: New => Won't Fix
--
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:
Won't Fix
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