sshd.confd 396 B

12345678910111213141516171819202122
  1. # /etc/conf.d/sshd: config file for /etc/init.d/sshd
  2. # Where is your sshd_config file stored?
  3. SSHD_CONFDIR="/etc/ssh"
  4. # Any random options you want to pass to sshd.
  5. # See the sshd(8) manpage for more info.
  6. SSHD_OPTS=""
  7. # Pid file to use (needs to be absolute path).
  8. #SSHD_PIDFILE="/var/run/sshd.pid"
  9. # Path to the sshd binary (needs to be absolute path).
  10. #SSHD_BINARY="/usr/sbin/sshd"