https://github.com/wavesoftware/supervisord-ssh
Supervisord running SSHD - scripts, configuration files to be used in Docker containers
https://github.com/wavesoftware/supervisord-ssh
Last synced: 8 months ago
JSON representation
Supervisord running SSHD - scripts, configuration files to be used in Docker containers
- Host: GitHub
- URL: https://github.com/wavesoftware/supervisord-ssh
- Owner: wavesoftware
- License: apache-2.0
- Created: 2018-09-12T17:47:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T19:29:55.000Z (over 7 years ago)
- Last Synced: 2025-07-26T09:05:59.204Z (8 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SupervisorD runs SSH
Supervisord running SSH - scripts, configuration files to be used in Docker containers
Will install SupervisorD configured to run SSHD. This is suitable for SystemV OS'es like CentOS 6. For SystemD OS'es I recommend using [docker-systemctl-replacement](https://github.com/gdraheim/docker-systemctl-replacement)
## Install
```bash
curl -L https://bit.ly/2CPhtbe | bash -e
```
Non-shortened link: https://raw.githubusercontent.com/wavesoftware/supervisord-ssh/master/usr/share/supervisord-ssh/curlexec.sh
## Run on Docker
```docker
CMD ["/usr/local/sbin/supervisord-nodaemon.sh"]
```
## Supported OS'es
* RHEL family 6
* Debian family with System V or Upstart (Ubuntu 14.04, Ubuntu 16.04, Debian 6)