diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index a0ea9b1594e1..c79845958015 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -133,8 +133,8 @@ pppoed_enable="NO" # Run the PPP over Ethernet daemon. pppoed_provider="*" # Provider and ppp(8) config file entry. pppoed_flags="-P /var/run/pppoed.pid" # Flags to pppoed (if enabled). pppoed_interface="fxp0" # The interface that pppoed runs on. -sshd_program="/usr/sbin/sshd" # path to sshd, if you want a different one. sshd_enable="NO" # Enable sshd +sshd_program="/usr/sbin/sshd" # path to sshd, if you want a different one. sshd_flags="" # Additional flags for sshd. ### Network Time Services options: ###