# sshnet/SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.

Repository: https://github.com/sshnet/SSH.NET
Canonical: https://ross.abutalabs.com/products/sshnet
Homepage: http://sshnet.github.io/SSH.NET/
Language: C#
License: MIT
License Family: permissive
Topics: network, scp, sftp, ssh
Last push: 2026-08-22T17:33:11+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 64, longevity 100
- inputs: {"age_days": 3884, "days_push": 11, "days_rel": 24, "gap_med": 192, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4370, forks 992 (observed 2026-08-28T04:08:46.760258+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: ssh, networking, cryptography, file-upload, http-client
- domain: networking, security, developer-tools, files
- platform: dotnet, cross-platform
- tags: sftp, scp, port-forwarding, ssh-client, secure-shell

## Member repositories
- sshnet/SSH.NET (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:46.760258+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:21:22.941579+00:00, confidence not recorded.
  - readme: https://github.com/sshnet/SSH.NET (fetched 2026-08-28T04:08:46.760258+00:00, sha 88631bc73a3b)
  - homepage: http://sshnet.github.io/SSH.NET/ (fetched 2026-08-29T09:09:44.092017+00:00, sha 3929ca599a6e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
