{"id":21522635,"url":"https://github.com/takeyamajp/docker-rocky-sshd","last_synced_at":"2025-06-27T02:32:35.554Z","repository":{"id":165087500,"uuid":"323332245","full_name":"takeyamajp/docker-rocky-sshd","owner":"takeyamajp","description":"Rocky Linux image with SSH \u0026 SFTP","archived":false,"fork":false,"pushed_at":"2023-02-27T13:33:55.000Z","size":41,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T11:04:26.603Z","etag":null,"topics":["docker","rocky-linux","sftp","ssh"],"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":"2020-12-21T12:37:53.000Z","updated_at":"2024-05-08T08:04:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"4aa3daa1-0fe7-479c-a324-48011b65d8cb","html_url":"https://github.com/takeyamajp/docker-rocky-sshd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/takeyamajp/docker-rocky-sshd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyamajp%2Fdocker-rocky-sshd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyamajp%2Fdocker-rocky-sshd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyamajp%2Fdocker-rocky-sshd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyamajp%2Fdocker-rocky-sshd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takeyamajp","download_url":"https://codeload.github.com/takeyamajp/docker-rocky-sshd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyamajp%2Fdocker-rocky-sshd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262177585,"owners_count":23270894,"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","rocky-linux","sftp","ssh"],"created_at":"2024-11-24T01:11:13.135Z","updated_at":"2025-06-27T02:32:35.529Z","avatar_url":"https://github.com/takeyamajp.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rocky-sshd\nStar this repository if it is useful for you.  \n[![Docker Stars](https://img.shields.io/docker/stars/takeyamajp/rocky-sshd.svg)](https://hub.docker.com/r/takeyamajp/rocky-sshd/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/takeyamajp/rocky-sshd.svg)](https://hub.docker.com/r/takeyamajp/rocky-sshd/)\n[![license](https://img.shields.io/github/license/takeyamajp/docker-rocky-sshd.svg)](https://github.com/takeyamajp/docker-rocky-sshd/blob/master/LICENSE)\n\n## Supported tags and respective Dockerfile links  \n- [`latest`, `rocky9`](https://github.com/takeyamajp/docker-rocky-sshd/blob/master/rocky9/Dockerfile)\n- [`rocky8`](https://github.com/takeyamajp/docker-rocky-sshd/blob/master/rocky8/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 rockylinux:9  \n    MAINTAINER \"Hiroki Takeyama\"\n    \n    ENV TIMEZONE 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 rocky-sshd \\  \n           -e TIMEZONE=Asia/Tokyo \\  \n           -e ROOT_PASSWORD=root \\  \n           -p 8022:22 \\  \n           takeyamajp/rocky-sshd\n\nYou can add extra ports and volumes as follows if you want.\n\n    docker run -d --name rocky-sshd \\  \n           -e TIMEZONE=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/rocky-sshd\n\nSCP command can be used for transferring files.\n\n    scp -P 8022 -r /my/own/httpd.conf root@localhost:/etc/httpd/conf/httpd.conf\n\n## Time zone\nYou can use any time zone such as America/Chicago that can be used in Rocky Linux.  \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 rocky-sshd\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakeyamajp%2Fdocker-rocky-sshd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakeyamajp%2Fdocker-rocky-sshd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakeyamajp%2Fdocker-rocky-sshd/lists"}