Support for group14, group16 Kex and HMAC EtM - #1233
Conversation
Fix bug on Group1 implementation using hardcoded sha1 cipher instead of class parameter.
Class name, tests.
Change order of preference of -etm hmac algos (fixes test_transport zlib)
|
For anyone who would like an unofficial build with both |
|
LGTM and it appears to fix several of my issues with SSH to Azure nodes. |
|
How do we get this PR reviewed , merged, and added to a release? I.e. who is the person we need to bother? |
|
for what it's worth, I've started a fork, merged this and a few other things according to my own taste, and made an initial release: https://github.com/ploxiln/paramiko-ng/releases/tag/2.5.0 |
|
Merged to latest master, cleaned up some code a bit, fixed a copyright header (I hate you, LGPL) and added a changelog. Then tested against OpenSSH and both new MACs and both new kexen seem to work great. Thanks! |
Hi
Some devices I work with were upgraded to a ssh config that only allows kex group14-sha256. Also I saw the request #1229, and decided to implement that as well.