sshnet/SSH.NET
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism. observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 99
- Release rhythm 64
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 192
- age_days: 3884
- days_rel: 24
- days_push: 11
- n_releases_24m: 4
Adoption not part of the score
4370 stars · 992 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SSH.NET is a Secure Shell (SSH-2) client library for .NET, optimized for parallelism. It provides SSH command execution, SFTP and SCP file transfer, port forwarding, and interactive shell support with multiple authentication methods.
Use cases
- run remote commands over ssh from c#
- upload and download files via sftp in .net
- scp file transfer from a dotnet application
- set up ssh port forwarding in c#
- connect to ssh through a socks or http proxy
- automate remote server tasks from .net
When to choose
- you need SSH, SFTP, or SCP functionality in a .NET application
- you need async/sync SSH operations with good parallelism
- you need proxy support or multi-factor authentication for SSH connections
When to avoid
- you need an SSH server implementation rather than a client
- you are not working in the .NET ecosystem
- you need a command-line ssh tool rather than a programmable library
Facets
library · maturity stable
ssh networking cryptography file-upload http-client networking security developer-tools files dotnet cross-platform sftp scp port-forwarding ssh-client secure-shell
2 sources
- readme: https://github.com/sshnet/SSH.NET · fetched 2026-08-28 · 88631bc73a3b
- homepage: http://sshnet.github.io/SSH.NET/ · fetched 2026-08-29 · 3929ca599a6e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sshnet/SSH.NET | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem