Version 2.5.0: Initial Fork Release
Changes:
- paramiko#688 #9 remove hmac-md5 and truncated hmac-sha1 (and disable blowfish and dsa host-keys)
- paramiko#1233 #8 add DH group14-sha256 group16-sha512 kex, add etm mac
- paramiko#1379 #6 fix cryptography 2.5+ deprecation warnings (but with backwards-compatibility)
- paramiko#1378 #7 import MutableMapping from collections.abc
- paramiko#1400 #5 fix ed25519 ssh key unpad() when padding not present
- paramiko#1048 #4 always log socket.error with str() or repr()
- paramiko#438 #2 save SSH banner to Transport instead of AuthHandler
- travis-ci config, setup.py update, README update
This was forked from upstream paramiko just after version 2.4.1, but includes the following changes from upstream version 2.4.2:
- a31818c Make pyasn1 a truly optional dependency
- paramiko#1262 Add *.pub files to manifest
- 19f1ebb Fix responding to MSG_UNIMPLEMENTED w/ itself
- paramiko#1283 c0b29bc Fix CVE-2018-1000805
For installation, see https://github.com/ploxiln/paramiko-ng#installation