Files
docker-steam-headless/overlay/etc/supervisor/conf.d/sshd.conf
Josh.5 9d7b27066c SSH needs to run on another port if we are using host network.
We are now forced to used host network because of udev
2022-01-15 08:38:39 +13:00

12 lines
218 B
Plaintext

[program:ssh]
autostart=true
priority=10
directory=/
command=/usr/sbin/sshd -Ddp 2222
user=root
autorestart=true
stopsignal=QUIT
stdout_logfile=/var/log/supervisor/xorg.log
stderr_logfile=/var/log/supervisor/xorg.err