summaryrefslogtreecommitdiff
path: root/sshd.confd
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-10-31 02:23:34 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-10-31 02:23:34 -0700
commit3ef164cf641373e19665de1e34957d486729146c (patch)
treefd861542a6578be7d3cba5ef1cf8fc9c4f776a2d /sshd.confd
downloadopenssh-openrc-3ef164cf641373e19665de1e34957d486729146c.tar.xz
Initial commit
Diffstat (limited to 'sshd.confd')
-rw-r--r--sshd.confd21
1 files changed, 21 insertions, 0 deletions
diff --git a/sshd.confd b/sshd.confd
new file mode 100644
index 0000000..05a90e7
--- /dev/null
+++ b/sshd.confd
@@ -0,0 +1,21 @@
+# /etc/conf.d/sshd: config file for /etc/init.d/sshd
+
+# Where is your sshd_config file stored?
+
+SSHD_CONFDIR="/etc/ssh"
+
+
+# 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/bin/sshd"