Explorar el Código

specific sshd config_file

Girish Ramakrishnan hace 9 años
padre
commit
a983cc6d83
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      supervisor/sshd.conf

+ 1 - 1
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