Skip to content

Commit b8d876e

Browse files
authored
Updated changelog (#407)
1 parent 1764231 commit b8d876e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Changelog.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ Change Log
77
Changes
88
-------
99

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

2323

2424
2.14.0

0 commit comments

Comments
 (0)