An open API service indexing awesome lists of open source software.

https://github.com/cmsj/docker-sshd

Simple sshd container, based on CentOS
https://github.com/cmsj/docker-sshd

Last synced: 2 months ago
JSON representation

Simple sshd container, based on CentOS

Awesome Lists containing this project

README

          

This is a very simple dockule for sshd, based on CentOS.

Only tested running on Atomic host. Note that this is pretty specific to me because my username and public SSH keys are in the Ansible playbook.yml.

Install:
* docker pull cmsj/sshd
* docker create --privileged --restart=always --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro --name=sshd cmsj/sshd:latest
* docker start sshd