{"id":23042647,"url":"https://github.com/nikhil-prabhu/russh","last_synced_at":"2026-04-28T00:32:44.685Z","repository":{"id":198769244,"uuid":"701506378","full_name":"nikhil-prabhu/russh","owner":"nikhil-prabhu","description":"An SSH library for Python; written in Rust.","archived":false,"fork":false,"pushed_at":"2024-12-19T13:02:10.000Z","size":99,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-01T07:51:24.924Z","etag":null,"topics":["maturin","pyo3","pyo3-rust-bindings","python","python3","russh","rust","ssh"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/russh/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikhil-prabhu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-06T19:35:45.000Z","updated_at":"2024-05-03T16:41:37.000Z","dependencies_parsed_at":"2024-12-16T01:15:22.706Z","dependency_job_id":"f1f48d06-0b6e-40ca-b048-fd9a55fa6b78","html_url":"https://github.com/nikhil-prabhu/russh","commit_stats":null,"previous_names":["nikhil-prabhu/russh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nikhil-prabhu/russh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil-prabhu%2Frussh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil-prabhu%2Frussh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil-prabhu%2Frussh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil-prabhu%2Frussh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikhil-prabhu","download_url":"https://codeload.github.com/nikhil-prabhu/russh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil-prabhu%2Frussh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["maturin","pyo3","pyo3-rust-bindings","python","python3","russh","rust","ssh"],"created_at":"2024-12-15T20:34:06.699Z","updated_at":"2026-04-28T00:32:44.665Z","avatar_url":"https://github.com/nikhil-prabhu.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# russh\n\n![maintenance-status](https://img.shields.io/badge/maintenance-experimental-blue.svg)\n[![PyPI version](https://badge.fury.io/py/russh.svg)](https://badge.fury.io/py/russh)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/russh.svg)](https://pypi.python.org/pypi/russh/)\n[![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)\n[![PyPI status](https://img.shields.io/pypi/status/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)\n![Workflow: publish](https://github.com/nikhil-prabhu/russh/actions/workflows/publish.yml/badge.svg)\n\n![russh: logo](assets/logo.png)\n\nAn SSH library for Python; written in Rust.\n\n## About\n\n`russh` is an easy-to-use SSH library for Python, written in Rust using [PyO3](https://github.com/PyO3/pyo3).\n\nThis library aims to be as similar to [paramiko](https://pypi.org/project/paramiko/) as possible (for ease of use and familiarity), while also adding some opiniated features/improvements.\nCurrently, this library supports the SSHv2 protocol by leveraging `libssh2` (using the [ssh2](https://crates.io/crates/ssh2) crate).\n\nThis library does not aim to replace paramiko, or any other Python SSH library. Rather, it's just a proof-of-concept to test the viability of a Python library written in Rust.\n\n**NOTE 1**: This library is currently a work-in-progress, and should not be used in production scenarios.\n\n**NOTE 2**: This library is not related to/affiliated with the [russh](https://crates.io/crates/russh) crate. The similarity in the names of both projects is purely coincidental.\n\n## Features\n\n- Supports the SSHv2 protocol.\n- Supports SFTP.\n- Supports Python 3.7 and above.\n- Cross-platform (Windows, macOS and GNU/Linux).\n- Simple and easy to use.\n- Fast and memory-safe, thanks to the underlying Rust core.\n- Extensible and well-documented.\n- Stubs are included with proper type-annotations for all symbols.\n\n## Contributing\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhil-prabhu%2Frussh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikhil-prabhu%2Frussh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhil-prabhu%2Frussh/lists"}