JumpSSH icon indicating copy to clipboard operation
JumpSSH copied to clipboard

Python module to run commands on remote servers through one or more jump servers.

Results 55 JumpSSH issues
Sort by recently updated
recently updated
newest added

This PR updates [pytest](https://pypi.org/project/pytest) from **6.0.1** to **7.4.2**. Changelog ### 7.4.2 ``` ========================= Bug Fixes --------- - `11237 <https://github.com/pytest-dev/pytest/issues/11237>`_: Fix doctest collection of `functools.cached_property` objects. - `11306 <https://github.com/pytest-dev/pytest/issues/11306>`_: Fixed bug...

This PR updates [mock](https://pypi.org/project/mock) from **3.0.5** to **5.1.0**. Changelog ### 5.1.0 ``` ----- - bpo-44185: :func:`unittest.mock.mock_open` will call the :func:`close` method of the file handle mock when it is exiting...

self.client = SSHClient() gate1_session = SSHSession(self.gate1host, jumpusername, password=jumppassword).open() gate2_session = gate1_session.get_remote_session(self.gate2host, jumpusername, port=port, password=jumppassword) Target_session = gate2_session.get_remote_session(self.hostname, self.username, password=password) self.client = Target_session.ssh_client I try like this but only get null...

This PR updates [pytest](https://pypi.org/project/pytest) from **6.0.1** to **7.3.2**. Changelog ### 7.3.2 ``` ========================= Bug Fixes --------- - `10169 <https://github.com/pytest-dev/pytest/issues/10169>`_: Fix bug where very long option names could cause pytest to...

This PR updates [pytest](https://pypi.org/project/pytest) from **6.0.1** to **7.3.1**. Changelog ### 7.3.1 ``` ========================= Improvements ------------ - `10875 <https://github.com/pytest-dev/pytest/issues/10875>`_: Python 3.12 support: fixed ``RuntimeError: TestResult has no addDuration method`` when running...

This PR updates [pytest](https://pypi.org/project/pytest) from **6.0.1** to **7.3.0**. Changelog ### 7.3.0 ``` ========================= Features -------- - `10525 <https://github.com/pytest-dev/pytest/issues/10525>`_: Test methods decorated with ``classmethod`` can now be discovered as tests, following...

This PR updates [pytest](https://pypi.org/project/pytest) from **6.0.1** to **7.2.2**. Changelog ### 7.2.2 ``` ========================= Bug Fixes --------- - `10533 <https://github.com/pytest-dev/pytest/issues/10533>`_: Fixed :func:`pytest.approx` handling of dictionaries containing one or more values of...

When there are no longer any references the the gateway ssh session but there are to the remote session, the gateway session gets garbage collected too early, resulting in remote...

This PR pins [pyrsistent](https://pypi.org/project/pyrsistent) to the latest release **0.19.3**. Changelog ### 0.19.3 ``` * Fix 264, add wheels and official support for Python 3.11. Thanks hugovk for this! ``` ###...

This PR pins [pyrsistent](https://pypi.org/project/pyrsistent) to the latest release **0.19.2**. Changelog ### 0.19.2 ``` * Fix 263, pmap regression in 0.19.1. Element access sometimes unreliable after insert. Thanks mwchase for reporting...