{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/16"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/20"},{"label":"System","url":"https://skillfed.io/packages/category/system"},{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/6"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/4"},{"label":"Terminals","url":"https://skillfed.io/packages/category/terminals"},{"label":"Software Distribution","url":"https://skillfed.io/packages/category/system-software-distribution"},{"label":"Shells","url":"https://skillfed.io/packages/category/system-shells"},{"label":"Installation/Setup","url":"https://skillfed.io/packages/category/system-installation-setup"}],"enrichment":{"capability":"JumpSSH runs commands on remote servers through SSH gateways, supporting multi-hop connections and file operations without uploading scripts to remote hosts.","skillfed_tags":["ssh-automation","bastion-gateway","remote-execution"],"use_cases":["Execute maintenance commands on servers behind a corporate firewall or bastion host without manual SSH tunneling.","Automate file deployment and log collection across multiple servers reached through a single gateway.","Query REST APIs running on internal-only hosts by routing requests through an SSH gateway.","Check package installation status or system state on remote hosts in a multi-hop network topology.","Build deployment scripts that work with jump servers without modifying local SSH configuration."],"what_it_does":"JumpSSH is a Python library that simplifies running commands and transferring files on remote servers when direct SSH access is not available. It wraps paramiko to handle multi-hop SSH connections through one or more gateway servers, eliminating the need to upload scripts or manually configure SSH tunnels for each bastion host. A single SSH session can execute multiple commands in parallel and retrieve individual results, and the library supports both password and key-based authentication.\n\nThe package provides a high-level API for common tasks: executing remote commands and capturing output or exit codes, checking file existence, uploading and downloading files, and making HTTP requests to services accessible only through the gateway. It is designed for developers who need programmatic SSH access without the complexity of low-level paramiko calls or the configuration overhead of Ansible.","worth_installing":"Yes, if you need multi-hop SSH automation and can tolerate dormant maintenance. The library is stable, has no known vulnerabilities, low install friction, and a permissive license. However, verify that it works with your target Python version and that paramiko updates are sufficient for your security requirements, given that jumpssh itself has not been updated since 2020."},"id":"jumpssh","links":{"html":"https://skillfed.io/packages/jumpssh","md":"https://skillfed.io/packages/jumpssh.md","pypi":"https://pypi.org/project/jumpssh/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2020-11-06","license_spdx":null,"license_treatment":"permissive","name":"jumpssh","python_support":"unspecified","summary":"Python library for remote ssh calls through a gateway."},"popularity":{"monthly_downloads":104180,"position":12763,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.6.5"}
