{"id":22852238,"url":"https://github.com/elniak/pyssh3","last_synced_at":"2025-04-30T09:17:25.684Z","repository":{"id":213507406,"uuid":"734232502","full_name":"ElNiak/PySSH3","owner":"ElNiak","description":"Translation of SSH3 project (from commit c39bb79cdce479f6095ab154a32a168e14d73b57) to Python 3 library. Check the original project for more information !","archived":false,"fork":false,"pushed_at":"2024-01-07T18:02:20.000Z","size":243,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T09:17:20.916Z","etag":null,"topics":["aioquic","asyncio","http3","network","python","python3","quic","ssh","ssh-client","ssh-server","ssh3","tls","tls13"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElNiak.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}},"created_at":"2023-12-21T07:24:34.000Z","updated_at":"2024-11-28T12:25:14.000Z","dependencies_parsed_at":"2023-12-26T17:41:43.804Z","dependency_job_id":"3dbb710c-39f4-4e67-ae68-28dd8250494d","html_url":"https://github.com/ElNiak/PySSH3","commit_stats":null,"previous_names":["elniak/py-ssh3"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElNiak%2FPySSH3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElNiak%2FPySSH3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElNiak%2FPySSH3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElNiak%2FPySSH3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElNiak","download_url":"https://codeload.github.com/ElNiak/PySSH3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251674590,"owners_count":21625646,"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","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":["aioquic","asyncio","http3","network","python","python3","quic","ssh","ssh-client","ssh-server","ssh3","tls","tls13"],"created_at":"2024-12-13T06:07:36.649Z","updated_at":"2025-04-30T09:17:25.664Z","avatar_url":"https://github.com/ElNiak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PySSH3\n\nTranslation of [SSH3](https://github.com/francoismichel/ssh3/tree/c39bb79cdce479f6095ab154a32a168e14d73b57) project (from commit `c39bb79cdce479f6095ab154a32a168e14d73b57`) to Python 3 library. Check the original project for more information ! \n\n## Installation\n\n### Python 3.6 (TODO)\n\nTODO\n\n### Requirements\n\n```bash\nmake env; make install;\n``` \n\n## Usage\n\n### PySSH3 server\n\n```bash\n./ssh3_env/bin/activate \u0026\u0026 sudo -E env PATH=$PATH python3 py-ssh3/server_cli.py --help\n./ssh3_env/bin/activate \u0026\u0026 sudo -E env PATH=$PATH python3 py-ssh3/server_cli.py --generateSelfSignedCert --enablePasswordLogin --bind \"127.0.0.1:4443\" --urlPath \"/my-secret-path\" --verbose --insecure\n```\n\n#### Authorized keys and authorized identities \nTODO\n\n### PySSH3 client\n```bash\n./ssh3_env/bin/activate \u0026\u0026 python3 py-ssh3/client_cli.py --help\n./ssh3_env/bin/activate \u0026\u0026 python3 py-ssh3/client_cli.py --url \"https://localhost:4443/my-secret-path?user=elniak\" --verbose --usePassword --insecure\n./ssh3_env/bin/activate \u0026\u0026 python3 py-ssh3/client_cli.py --url \"https://localhost:4443/my-secret-path?user=elniak\" --verbose --privkey ~/.ssh/id_rsa --insecure\n```\n\n#### Private-key authentication\nTODO\n#### Agent-based private key authentication\nTODO\n#### Password authentication\nTODO\n#### Config-based session establishment\nTODO\n#### OpenID Connect authentication (TODO)\nTODO\n\n## TODO\n- [ ] Add tests\n- [ ] Add documentation\n- [ ] Add examples\n- [ ] Add more features\n- [ ] Add threading support\n- [ ] Inspire more from [paramiko]\n- [ ] Secure version\n- [ ] request.url.scheme == \"ssh3\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felniak%2Fpyssh3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felniak%2Fpyssh3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felniak%2Fpyssh3/lists"}