File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ Change Log
77Changes
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
24242.14.0
You can’t perform that action at this time.
0 commit comments