{"id":21522634,"url":"https://github.com/takeyamajp/docker-ubuntu-sshd","last_synced_at":"2025-04-09T22:40:44.990Z","repository":{"id":47608923,"uuid":"230680259","full_name":"takeyamajp/docker-ubuntu-sshd","owner":"takeyamajp","description":"Ubuntu image with SSH \u0026 SFTP","archived":false,"fork":false,"pushed_at":"2023-03-02T23:23:33.000Z","size":94,"stargazers_count":57,"open_issues_count":0,"forks_count":18,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T00:38:04.833Z","etag":null,"topics":["docker","sftp","ssh","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takeyamajp.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}},"created_at":"2019-12-28T23:36:32.000Z","updated_at":"2024-09-23T02:20:56.000Z","dependencies_parsed_at":"2024-11-24T02:00:28.463Z","dependency_job_id":null,"html_url":"https://github.com/takeyamajp/docker-ubuntu-sshd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyamajp%2Fdocker-ubuntu-sshd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyamajp%2Fdocker-ubuntu-sshd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyamajp%2Fdocker-ubuntu-sshd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyamajp%2Fdocker-ubuntu-sshd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takeyamajp","download_url":"https://codeload.github.com/takeyamajp/docker-ubuntu-sshd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248124843,"owners_count":21051757,"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":["docker","sftp","ssh","ubuntu"],"created_at":"2024-11-24T01:11:13.077Z","updated_at":"2025-04-09T22:40:44.981Z","avatar_url":"https://github.com/takeyamajp.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ubuntu-sshd\nStar this repository if it is useful for you.  \n[![Docker Stars](https://img.shields.io/docker/stars/takeyamajp/ubuntu-sshd.svg)](https://hub.docker.com/r/takeyamajp/ubuntu-sshd/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/takeyamajp/ubuntu-sshd.svg)](https://hub.docker.com/r/takeyamajp/ubuntu-sshd/)\n[![license](https://img.shields.io/github/license/takeyamajp/docker-ubuntu-sshd.svg)](https://github.com/takeyamajp/docker-ubuntu-sshd/blob/master/LICENSE)\n\n## Supported tags and respective Dockerfile links  \n- [`latest`, `ubuntu22.04`](https://github.com/takeyamajp/docker-ubuntu-sshd/blob/master/ubuntu22.04/Dockerfile)\n- [`ubuntu20.04`](https://github.com/takeyamajp/docker-ubuntu-sshd/blob/master/ubuntu20.04/Dockerfile)\n- [`ubuntu18.04`](https://github.com/takeyamajp/docker-ubuntu-sshd/blob/master/ubuntu18.04/Dockerfile)\n- [`ubuntu16.04`](https://github.com/takeyamajp/docker-ubuntu-sshd/blob/master/ubuntu16.04/Dockerfile)\n\n ### Supported architectures: ([`more info`](https://github.com/docker-library/official-images#architectures-other-than-amd64))  \n `amd64`, `arm64(for Raspberry Pi)`\n\n## Image summary\n    FROM ubuntu:22.04  \n    MAINTAINER \"Hiroki Takeyama\"\n    \n    ENV TZ Asia/Tokyo\n    \n    ENV ROOT_PASSWORD root\n    \n    EXPOSE 22\n\n## How to use\nThis container can be accessed by SSH and SFTP clients.\n\n    docker run -d --name ubuntu-sshd \\  \n           -e TZ=Asia/Tokyo \\  \n           -e ROOT_PASSWORD=root \\  \n           -p 8022:22 \\  \n           takeyamajp/ubuntu-sshd\n\nYou can add extra ports and volumes as follows if you want.\n\n    docker run -d --name ubuntu-sshd \\  \n           -e TZ=Asia/Tokyo \\  \n           -e ROOT_PASSWORD=root \\  \n           -p 8022:22 \\  \n           -p 8080:80 \\  \n           -v /my/own/datadir:/var/www/html \\  \n           takeyamajp/ubuntu-sshd\n\nSCP command can be used for transferring files.\n\n    scp -P 8022 -r /my/own/apache2.conf root@localhost:/etc/apache2/apache2.conf\n\n## Time zone\nYou can use any time zone such as America/Chicago that can be used in Ubuntu.  \n\nSee below for zones.  \nhttps://www.unicode.org/cldr/charts/latest/verify/zones/en.html\n\n## Logging\nThis container logs the beginning, authentication, and termination of each connection.  \nUse the following command to view the logs in real time.\n\n    docker logs -f ubuntu-sshd\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakeyamajp%2Fdocker-ubuntu-sshd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakeyamajp%2Fdocker-ubuntu-sshd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakeyamajp%2Fdocker-ubuntu-sshd/lists"}