diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-20 22:02:40 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-20 22:02:40 -0600 |
commit | 10613294b48e3736c0edf5f93c6ff34b52339079 (patch) | |
tree | fca7f0455d929960160c5b7a58bf7723e757d65b /system/openssh/sshd.confd | |
parent | f6b52bbe6f5db81c293948a2aedf978b508eb742 (diff) | |
download | packages-10613294b48e3736c0edf5f93c6ff34b52339079.tar.gz packages-10613294b48e3736c0edf5f93c6ff34b52339079.tar.bz2 packages-10613294b48e3736c0edf5f93c6ff34b52339079.tar.xz packages-10613294b48e3736c0edf5f93c6ff34b52339079.zip |
system/openssh: add drastically simplified OpenSSH
Diffstat (limited to 'system/openssh/sshd.confd')
-rw-r--r-- | system/openssh/sshd.confd | 21 |
1 files changed, 21 insertions, 0 deletions
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" |