Skip to content

2.5.0

Compare
Choose a tag to compare
@pkittenis pkittenis released this 02 Jan 15:34
· 35 commits to master since this release
0af3d23

Changes

  • Python 2 no longer supported.
  • Updated class arguments, refactor for pssh.clients.native.tunnel.

Fixes

  • Closed clients with proxy host enabled would not shutdown their proxy servers.
  • Clients with proxy host enabled would not disconnect the proxy client on .disconnect being called.
  • Default identity files would not be used when private key was not specified - #222.
  • ParallelSSHClient(<..>, identity_auth=False) would not be honoured.