diff --git a/supervisor/sshd.conf b/supervisor/sshd.conf index b738f17..4a80c8d 100644 --- a/supervisor/sshd.conf +++ b/supervisor/sshd.conf @@ -1,6 +1,6 @@ [program:sshd] directory=/ -command=/usr/sbin/sshd -D +command=/usr/sbin/sshd -f /run/gogs/sshd_config -D user=root autostart=true autorestart=true