Release 1.8.0
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 providedhosts
is a string instead of list or other iterable.