Ross ROSS = Recommend OSS · open-source software intelligence for agents

ronf/asyncssh

AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework. observed · 2026-08-28

github.com/ronf/asyncssh · Python · EPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 97
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4630
  • days_rel: n/a
  • days_push: 18
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1753 stars · 176 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

AsyncSSH is a Python library providing asynchronous client and server implementations of the SSHv2 protocol, including SFTP and SCP, built on Python's asyncio framework. It supports a wide range of SSH features such as port forwarding, multiple authentication methods, public keys, certificates, and ssh-agent integration.

Use cases

  • run remote commands over ssh from python asynchronously
  • implement an ssh server in python
  • transfer files with sftp or scp programmatically
  • set up local or remote port forwarding over ssh
  • automate ssh-based tasks with asyncio
  • authenticate with public keys, passwords, or FIDO2 security keys

When to choose

  • you need SSH client or server functionality in an asyncio-based Python application
  • you need SFTP/SCP file transfer with async I/O
  • you need advanced SSH features like forwarding, agent support, or X.509 certificates

When to avoid

  • you need a simple blocking SSH client without asyncio
  • you are not using Python 3.10+
  • you need a command-line SSH tool rather than a library

Facets

library · maturity stable

ssh networking security cryptography file-system networking security developer-tools backend python windows cross-platform sshv2 asyncio sftp scp port-forwarding async-client-server linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
ronf/asyncsshmain76

For agents

markdown · JSON · MCP: product_card(name="ronf/asyncssh")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem