{"id":28801334,"url":"https://github.com/navahas/ssh-server","last_synced_at":"2025-07-23T01:31:38.850Z","repository":{"id":299662665,"uuid":"1003683782","full_name":"navahas/ssh-server","owner":"navahas","description":"Lightweight async SSH server built with Rust and russh.","archived":false,"fork":false,"pushed_at":"2025-06-17T16:27:09.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-17T17:38:43.517Z","etag":null,"topics":["rust","server","ssh","ssh-server"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/navahas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-06-17T14:07:30.000Z","updated_at":"2025-06-17T16:29:23.000Z","dependencies_parsed_at":"2025-06-17T17:42:04.681Z","dependency_job_id":"e25a0cc4-a214-4a04-bc8a-b587e78fda0f","html_url":"https://github.com/navahas/ssh-server","commit_stats":null,"previous_names":["navahas/ssh-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/navahas/ssh-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navahas%2Fssh-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navahas%2Fssh-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navahas%2Fssh-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navahas%2Fssh-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navahas","download_url":"https://codeload.github.com/navahas/ssh-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navahas%2Fssh-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266602645,"owners_count":23954691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["rust","server","ssh","ssh-server"],"created_at":"2025-06-18T07:09:13.831Z","updated_at":"2025-07-23T01:31:38.774Z","avatar_url":"https://github.com/navahas.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSH Server\n\nThis is a personal exploration project using\n[`russh`](https://github.com/warp-tech/russh), a pure-Rust async SSH server\nlibrary. The server is minimal and supports:\n\n- Basic public key authentication (all keys accepted)\n- Session channels and simple data echoing\n- TCP/IP forwarding (example response only)\n\n## Running\n\nEnsure Rust is installed (`rustup` recommended), then:\n\n```bash\ncargo run\n```\n\nThis will start the SSH server on:\n```0.0.0.0:2222```\n\nThis project uses `env_logger` for debug output. Set the log level via the\nfilter_level: \n```rs\nenv_logger::builder()\n    .filter_level(log::LevelFilter::Debug)\n    .init();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavahas%2Fssh-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavahas%2Fssh-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavahas%2Fssh-server/lists"}