You are not logged in.
I'm trying to run the following command:
bzr branch lp:terminator/gtk3
However, I'm receiving the following error:
Unable to negotiate with 91.189.95.84: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
ConnectionReset reading response for 'BzrDir.open_2.1', retrying
Unable to negotiate with 91.189.95.84: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.
Same error happens if I try to branch other repositories. These repositories are working as expected in other Linux distros running the same version of bzr.
I'm using bzr-2.6.0-1.
At google, I haven't found any clue about this issue.
How to install this diffie-hellman-group1-sha1 exchange method?
I have also tried to remove ~/.bzr, but without success.
Last edited by ayr-ton (2015-09-19 18:07:44)
Fork it all! Fork it all!
Offline
1000
Offline
These repositories are working as expected in other Linux distros running the same version of bzr.
But I'm guessing they have an older version of ssh...
http://lists.mindrot.org/pipermail/open … 00122.html
Offline
Thank you for all the help.
That's right, slithery. That distros are using an older version of SSH.
The following ssh_config learned from byte's post has solved my issue:
Host bazaar.launchpad.net
KexAlgorithms +diffie-hellman-group1-sha1
Fork it all! Fork it all!
Offline
I have added these instructions at:
https://wiki.archlinux.org/index.php/Se … penSSH_7.0
Last edited by ayr-ton (2015-09-22 19:23:57)
Fork it all! Fork it all!
Offline