From 10613294b48e3736c0edf5f93c6ff34b52339079 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 20 Feb 2018 22:02:40 -0600 Subject: system/openssh: add drastically simplified OpenSSH --- system/openssh/sshd.confd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 system/openssh/sshd.confd (limited to 'system/openssh/sshd.confd') diff --git a/system/openssh/sshd.confd b/system/openssh/sshd.confd new file mode 100644 index 000000000..dbe01daf5 --- /dev/null +++ b/system/openssh/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/sbin/sshd" -- cgit v1.2.3-60-g2f50