Parallel-ssh

Latest version: v2.12.0

Safety actively analyzes 679296 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 9

1.6.1

+++++++

Fixes
-------

* Host would always be `127.0.0.1` when using ``proxy_host`` on native client - 120.

1.6.0

++++++

Changes
--------

* Added ``scp_send`` and ``scp_recv`` functions to native clients for sending and receiving files via SCP respectively.
* Refactoring - clients moved to their own sub-package - ``pssh.clients`` - with backwards compatibility for imports from ``pssh.pssh_client`` and ``pssh.pssh2_client``.
* Show underlying exception from native client library when raising ``parallel-ssh`` exceptions.
* ``host`` parameter added to all exceptions raised by parallel clients - 116
* Deprecation warning for client imports.
* Deprecation warning for default client changing from paramiko to native client as of ``2.0.0``.
* Upgrade embedded ``libssh2`` in binary wheels to latest version plus enhancements.
* Adds support for ECDSA host keys for native client.
* Adds support for SHA-256 host key fingerprints for native client.
* Added SSH agent forwarding to native client, defaults to on as per paramiko client - ``forward_ssh_agent`` keyword parameter.
* Windows wheels switched to OpenSSL back end for native client.
* Windows wheels include zlib and have compression enabled for native client.
* Added OSX 10.13 wheel build.

Fixes
------

* Windows native client could not connect to newer SSH servers - thanks Pavel.

Note - libssh2 changes apply to binary wheels only. For building from source, `see documentation <http://parallel-ssh.readthedocs.io/en/latest/installation.html#building-from-source>`_.

1.5.5

++++++

Fixes
------

* Use of ``sudo`` in native client incorrectly required escaping of command.

1.5.4

++++++

Changes
--------

* Compatibility with ``ssh2-python`` >= ``0.11.0``.

1.5.2

++++++

Changes
--------

* Output generators automatically restarted on call to ``join`` so output can resume on any timeouts.

1.5.1

++++++

Fixes
--------

* Output ``pssh.exceptions.Timeout`` exception raising was not enabled.

Page 7 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.