diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-10-31 02:23:34 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-10-31 02:23:34 -0700 |
commit | 3ef164cf641373e19665de1e34957d486729146c (patch) | |
tree | fd861542a6578be7d3cba5ef1cf8fc9c4f776a2d /sshd.confd | |
download | openssh-openrc-3ef164cf641373e19665de1e34957d486729146c.tar.xz |
Initial commit
Diffstat (limited to 'sshd.confd')
-rw-r--r-- | sshd.confd | 21 |
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" |