Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ Change Log
Changes
-------

* Added compression support for all clients via `SSHClient(compress=True)`, `ParallelSSHClient(compress=True)` and
`HostConfig(compress=True)` - defaults to off. #252
* Added compression support for all clients via ``SSHClient(compress=True)``, ``ParallelSSHClient(compress=True)`` and
``HostConfig(compress=True)`` - defaults to off. #252
* Added "keyboard interactive" login support for native clients. This is fully automated username and password
authentication via SSH's keyboard interactive authentication mechanism and does not actually require a human at the
keyboard. Used in cases where the server does not allow any other authentication mechanism.
Note that server configuration may disallow remote command execution via `run_command` when keyboard interactive
Note that server configuration may disallow remote command execution via ``run_command`` when keyboard interactive
authentication is required - use interactive shells to run commands with in such cases. See
`Interactive Shells <https://parallel-ssh.readthedocs.io/en/latest/advanced.html#running-commands-on-shells>`_
documentation. Also supported via `HostConfig` entries. Currently native clients only.
* Added `pssh.exceptions.InvalidAPIUseError` for errors raised on client initialisation when an invalid API use is
documentation. Also supported via ``HostConfig`` entries. Currently native clients only.
* Added ``pssh.exceptions.InvalidAPIUseError`` for errors raised on client initialisation when an invalid API use is
detected. For example, keyboard interactive authentication enabled without a password provided.
* Updated minimum `ssh2-python` and `ssh-python` requirements.
* Updated minimum ``ssh2-python`` and ``ssh-python`` requirements.


2.14.0
Expand Down