ParallelSSH/parallel-ssh
Asynchronous parallel SSH client library. observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 96
- Release rhythm 52
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 10.5
- age_days: 5000
- days_rel: 323
- days_push: 28
- n_releases_24m: 5
Adoption not part of the score
1282 stars · 153 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
parallel-ssh is an asynchronous parallel SSH client library for Python that can run commands and file transfers across hundreds to hundreds of thousands of servers concurrently. It uses native C-based clients (libssh2 via ssh2-python) for high performance with minimal client-side load.
Use cases
- run commands on many servers in parallel over ssh
- execute remote shell commands asynchronously from python
- bulk ssh automation across a fleet of hosts
- parallel sftp/scp file transfers to multiple servers
- automate remote server administration at scale
- non-blocking ssh client for python asyncio or gevent apps
When to choose
- you need to run ssh commands or file transfers on many hosts concurrently with high performance
- you want a python ssh library with native C bindings for low overhead
- you need async (asyncio or gevent) ssh client support
When to avoid
- you only need simple single-host ssh with no parallelism and prefer a pure-python library like paramiko
- you need an interactive ssh terminal session rather than programmatic command execution
- you need a ready-made orchestration tool rather than a library to build on
Facets
library · maturity active
ssh concurrency developer-tools developer-tools networking python windows cross-platform ssh-client parallel-execution asyncio gevent libssh2 sftp scp remote-commands command-line automation linux macos
1 source
- readme: https://github.com/ParallelSSH/parallel-ssh · fetched 2026-08-28 · 92dffdc740f9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ParallelSSH/parallel-ssh | main | 81 |
For agents
markdown · JSON · MCP: product_card(name="ParallelSSH/parallel-ssh")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem