net-ssh/net-ssh
Pure Ruby implementation of an SSH (protocol 2) client observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 6284
- days_rel: n/a
- days_push: 24
- n_releases_24m: 0
Adoption not part of the score
1022 stars · 477 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol, packaged as a Ruby gem. It lets Ruby programs open SSH connections to remote servers, execute commands, run multiple processes in parallel over one connection, and forward local/remote ports.
Use cases
- run commands on remote servers from ruby
- ssh client library for ruby
- execute remote processes over ssh in parallel
- port forwarding in a ruby script
- automate server tasks via ssh without shelling out to openssh
- connect to servers with ssh2 from pure ruby
When to choose
- you need programmatic SSH from Ruby without external ssh binaries
- you need multiple channels or port forwarding over a single SSH connection
- you want a pure-Ruby, MIT-licensed SSH2 client with modern algorithms like ed25519 and curve25519
When to avoid
- you need an SSH server implementation rather than a client
- you just need to run ssh commands from a shell - the openssh CLI is simpler
- you need non-Ruby language support
Facets
library · maturity active
ssh http-client security cryptography developer-tools networking security ruby cross-platform ssh-client ssh2 pure-ruby remote-execution port-forwarding gem automation
2 sources
- readme: https://github.com/net-ssh/net-ssh · fetched 2026-08-28 · 07de84df3054
- homepage: http://net-ssh.github.io/net-ssh · fetched 2026-08-29 · 719b2984c9f2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| net-ssh/net-ssh | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem