# darkoperator/Posh-SSH

PowerShell Module for automating tasks on remote systems using SSH

Repository: https://github.com/darkoperator/Posh-SSH
Canonical: https://ross.abutalabs.com/products/posh-ssh
Language: C#
License: BSD-3-Clause
License Family: permissive
Last push: 2026-08-16T16:54:19+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 24, longevity 100
- inputs: {"age_days": 5072, "days_push": 17, "days_rel": 297, "gap_med": 213.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1055, forks 222 (observed 2026-08-28T04:03:24.158631+00:00)

## What it is
A PowerShell module built on a custom SSH.NET library that provides SSH, SFTP, and SCP functionality for automating tasks on remote systems. Originally for Windows PowerShell, version 3.x also supports Linux and macOS via .NET Standard.

## Use cases
- automate commands on multiple linux servers from windows
- run ssh commands from powershell scripts
- transfer files over sftp or scp programmatically
- set up ssh port forwarding in scripts
- manage ssh known hosts and keys
- automate remote server administration with powershell

## When to choose
- you need to script SSH/SFTP/SCP operations in PowerShell
- you automate tasks across many SSH-enabled servers from a Windows host
- you need proxy support or port forwarding in scripted SSH workflows

## When to avoid
- you need an interactive SSH terminal client
- you work outside PowerShell and prefer a native SSH CLI or a library in another language
- you need features beyond SSH such as Telnet or RDP

## Facets
- artifact type: library
- maturity: active
- function: ssh, workflow-automation, developer-tools, cli
- domain: developer-tools, networking
- platform: windows, cross-platform
- tags: powershell-module, sftp, scp, port-forwarding, remote-execution, ssh-net, automation, command-line, devops, linux, macos

## Member repositories
- darkoperator/Posh-SSH (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:24.158631+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-30T06:58:37.737557+00:00, confidence not recorded.
  - readme: https://github.com/darkoperator/Posh-SSH (fetched 2026-08-28T04:03:24.158631+00:00, sha daf259a50421)
- Data as of 2026-08-30T08:39:29.467469+00:00.
