summaryrefslogtreecommitdiff
path: root/net-misc/openssh/files/sshd.confd
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-03-10 22:32:41 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-03-10 22:32:41 +0300
commit5ce1bbe7d1016464d20c4c7749a752b0ce089663 (patch)
tree078f9fc4f2ad6ed5df56829843ba61726c0a430d /net-misc/openssh/files/sshd.confd
parent9421d2f948084be45a7ce74a4cb40a2062b1eb06 (diff)
openssh-scm
Diffstat (limited to 'net-misc/openssh/files/sshd.confd')
-rw-r--r--net-misc/openssh/files/sshd.confd21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/openssh/files/sshd.confd b/net-misc/openssh/files/sshd.confd
new file mode 100644
index 0000000..28952b4
--- /dev/null
+++ b/net-misc/openssh/files/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="/var/run/sshd.pid"
+
+
+# Path to the sshd binary (needs to be absolute path).
+
+#SSHD_BINARY="/usr/sbin/sshd"