Skip to content

Version 2.5.0: Initial Fork Release

Choose a tag to compare

@ploxiln ploxiln released this 01 May 20:56
· 314 commits to master since this 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:

For installation, see https://github.com/ploxiln/paramiko-ng#installation