aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssh/sshd.confd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-04-12 00:33:20 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-04-12 01:13:33 +0200
commit11f6721ffc08a0cf067bc71aec635a9c1544ea3d (patch)
treeed77f6a9e6a34221711eaa41d02a726471e48f77 /main/openssh/sshd.confd
parentd3255d7c8726d0a4884958d8e22cf801a4cc3320 (diff)
main/openssh: modernize runscript
Diffstat (limited to 'main/openssh/sshd.confd')
-rw-r--r--main/openssh/sshd.confd21
1 files changed, 4 insertions, 17 deletions
diff --git a/main/openssh/sshd.confd b/main/openssh/sshd.confd
index dbe01daf529..0eac79dc63d 100644
--- a/main/openssh/sshd.confd
+++ b/main/openssh/sshd.confd
@@ -1,21 +1,8 @@
-# /etc/conf.d/sshd: config file for /etc/init.d/sshd
-
-# Where is your sshd_config file stored?
-
-SSHD_CONFDIR="/etc/ssh"
+# Configuration for /etc/init.d/sshd
+# Path of sshd_config file.
+#cfgfile="/etc/ssh/sshd_config"
# Any random options you want to pass to sshd.
# See the sshd(8) manpage for more info.
-
-SSHD_OPTS=""
-
-
-# Pid file to use (needs to be absolute path).
-
-#SSHD_PIDFILE="/run/sshd.pid"
-
-
-# Path to the sshd binary (needs to be absolute path).
-
-#SSHD_BINARY="/usr/sbin/sshd"
+#command_args=""