{"id":19396076,"url":"https://github.com/ruanbekker/docker-passwordless-ssh","last_synced_at":"2026-05-16T10:33:05.366Z","repository":{"id":51613205,"uuid":"520510714","full_name":"ruanbekker/docker-passwordless-ssh","owner":"ruanbekker","description":"Container that grants SSH to normal user for no auth (ephemeral and testing environments)","archived":false,"fork":false,"pushed_at":"2022-08-02T13:34:41.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-31T06:33:37.392Z","etag":null,"topics":["docker","passwordless-ssh","ssh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ruanbekker.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}},"created_at":"2022-08-02T13:31:48.000Z","updated_at":"2022-08-02T13:35:07.000Z","dependencies_parsed_at":"2022-08-22T13:41:31.299Z","dependency_job_id":null,"html_url":"https://github.com/ruanbekker/docker-passwordless-ssh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruanbekker/docker-passwordless-ssh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fdocker-passwordless-ssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fdocker-passwordless-ssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fdocker-passwordless-ssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fdocker-passwordless-ssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruanbekker","download_url":"https://codeload.github.com/ruanbekker/docker-passwordless-ssh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fdocker-passwordless-ssh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33098801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["docker","passwordless-ssh","ssh"],"created_at":"2024-11-10T10:33:26.601Z","updated_at":"2026-05-16T10:33:05.351Z","avatar_url":"https://github.com/ruanbekker.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-passwordless-ssh\nContainer that grants SSH to normal user for no auth (ephemeral and testing environments)\n\n## Why not auth\n\npurely for debugging / homelab purposes\n\n### Auto Generated Usernames\n\nRunning the container with generated usernames:\n\n```\n$ docker run -it -p 2222:22 ruanbekker/ssh-noauth\nSSH User is: user-c2ae30179dbd9f01be1a2b6c\n```\n\nSSH to the Container:\n\n```\n$ ssh -p 2222 user-c2ae30179dbd9f01be1a2b6c@localhost                                                                                                     130 ↵\n\n+ Container Info:\n\n    Name: de276bd33aa2\n\n    CPU:  Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz\n    Memory: 1999M\n    Disk: 58.4G\n    Distro: Alpine:3.9.3\n\n    CPU Load: 0.20, 0.16, 0.10\n    Free Memory: 438M\n    Free Disk: 58.4G\n\n    Container Address: 172.17.0.3\n    Public Address: x.x.x.x\n    SSH User: user-c2ae30179dbd9f01be1a2b6c\n\nde276bd33aa2:~$\n```\n\n### Specifying your own username\n\nRunning the container with your own username:\n\n```\n$ docker run -it -e SSH_USER=ruan -p 2222:22 ruanbekker/ssh-noauth\nSSH User is: ruan\n```\n\nSSH to the container:\n\n```\n$ ssh -p 2222 ruan@localhost\n\n+ Container Info:\n\n    Name: 9b9b20b498d0\n\n    CPU:  Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz\n    Memory: 1999M\n    Disk: 58.4G\n    Distro: Alpine:3.9.3\n\n    CPU Load: 1.35, 0.42, 0.19\n    Free Memory: 431M\n    Free Disk: 58.4G\n\n    Container Address: 172.17.0.3\n    Public Address: xx.xx.xx.xx\n    SSH User: ruan\n\n9b9b20b498d0:~$\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruanbekker%2Fdocker-passwordless-ssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruanbekker%2Fdocker-passwordless-ssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruanbekker%2Fdocker-passwordless-ssh/lists"}