From 3ef164cf641373e19665de1e34957d486729146c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 31 Oct 2018 02:23:34 -0700 Subject: Initial commit --- sshd.confd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sshd.confd (limited to 'sshd.confd') 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" -- cgit v1.2.1