summaryrefslogtreecommitdiffstats
path: root/main/openssh/sshd.confd
blob: 28952b4a285afe8f1e6516fe92695d84459455f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"