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.1.3**. Changelog ### 7.1.3 ``` ========================= Bug Fixes --------- - `10060 <https://github.com/pytest-dev/pytest/issues/10060>`_: When running with ``--pdb``, ``TestCase.tearDown`` is no longer called for tests...

This PR updates [sphinx](https://pypi.org/project/sphinx) from **3.2.1** to **5.1.1**. Changelog ### 5.1.1 ``` ===================================== Bugs fixed ---------- * 10701: Fix ValueError in the new ``deque`` based ``sphinx.ext.napolean`` iterator implementation. * 10702:...

This PR updates [paramiko](https://pypi.org/project/paramiko) from **2.7.2** to **2.11.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/paramiko - Changelog: https://pyup.io/changelogs/paramiko/ -...

Hello, I created a script where I send 15 000 commands to 70 switchs, so around 200 commands per switch. For each switch, I create one SSH connection via jumpSSH...

This PR updates [pytest](https://pypi.org/project/pytest) from **6.0.1** to **7.1.2**. Changelog ### 7.1.2 ``` ========================= Bug Fixes --------- - `9726 <https://github.com/pytest-dev/pytest/issues/9726>`_: An unnecessary ``numpy`` import inside :func:`pytest.approx` was removed. - `9820 <https://github.com/pytest-dev/pytest/issues/9820>`_:...

Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.7.2 to 2.10.1. Commits 286bd9f Cut 2.10.1 4c491e2 Fix CVE re: PKey.write_private_key chmod race aa3cc6f Cut 2.10.0 e50e19f Fix up changelog entry with real links 02ad67e Helps...

dependencies

I am creating a scripts which to upload some files to remote server by a gateway server as below codes and met some errors, not sure if some things are...

This PR updates [pathlib2](https://pypi.org/project/pathlib2) from **2.3.5** to **2.3.7.post1**. Changelog ### 2.3.7post1 ``` ^^^^^^^^^^^^^^^^^^^ - Drop minimum required six version (see issue 81) for the love of good old pip under...

- Python 3.9.1 - jumpssh==1.6.5 - paramiko==2.9.2 When I try to run a remote SSH command as a background process, it doesn't work. The command returns successfully, but the response...