{"id":15412150,"url":"https://github.com/maymeow/ssh-docker","last_synced_at":"2025-08-07T04:42:53.615Z","repository":{"id":77980207,"uuid":"82528388","full_name":"MayMeow/ssh-docker","owner":"MayMeow","description":"Dockerized SSH server","archived":false,"fork":false,"pushed_at":"2017-02-20T17:09:48.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T21:07:04.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/MayMeow.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}},"created_at":"2017-02-20T07:18:47.000Z","updated_at":"2023-01-25T23:36:32.000Z","dependencies_parsed_at":"2023-05-12T09:31:17.129Z","dependency_job_id":null,"html_url":"https://github.com/MayMeow/ssh-docker","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"35b02e30ba1ff0a55815b9d97fa64cfbc2f43f8c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MayMeow/ssh-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Fssh-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Fssh-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Fssh-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Fssh-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MayMeow","download_url":"https://codeload.github.com/MayMeow/ssh-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Fssh-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269201172,"owners_count":24377450,"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-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2024-10-01T16:51:26.613Z","updated_at":"2025-08-07T04:42:53.403Z","avatar_url":"https://github.com/MayMeow.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssh-docker\nDockerized SSH server\n\n## Requirements\n\n* Docker\n* Docker-compose (optional)\n\n## Build container\n\n```bash\ndocker builtd -t your_ssh_image_name .\n```\n\n## Runing container\n\n```bash\ndocker run -d -P --name test_sshd -e SSH_PASSWORD=password your_ssh_image_name\n```\n\n## Deploy with Docker compose\n\n```bash\ndocker-compose up -d\n```\n\nIf you want rebuild your image run `docker-compose up -d --build`. For deleting container use `docker-compose down`\n\n## Connecting to ssh\n\nFind port on your running container:\n\n```bash\ndocker port your_ssh_image 22\n# 0.0.0.0/327447\n```\n\nIf you want connect from internet you maybe nedd allow port connection in your firewall.\n\n```bash\nssh root@your-server-ip -p 327447\n# Enter your password\nroot@dockercontainerid:/\n```\n\n## Volumes\n\nConnect any volumes you want have access to them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaymeow%2Fssh-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaymeow%2Fssh-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaymeow%2Fssh-docker/lists"}