Skip to content

Release 1.8.0

Choose a tag to compare

@pkittenis pkittenis released this 25 Jun 15:23
· 101 commits to master since this release

Changes

  • Native clients no longer require public key file for authentication from private key file.
  • Native clients raise pssh.exceptions.PKeyFileError on object initialisation if provided private key file paths cannot be found.
  • Native clients expand user directory (~/<path>) on provided private key paths.
  • Parallel clients raise TypeError when provided hosts is a string instead of list or other iterable.