From a983cc6d83820a88df3751d6548e4d366ed2f7e3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 24 Nov 2015 12:43:24 -0800 Subject: [PATCH] specific sshd config_file --- supervisor/sshd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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