diff options
Diffstat (limited to 'etc/rc.network')
-rw-r--r-- | etc/rc.network | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/rc.network b/etc/rc.network index b42bd65..3b0771c 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -603,6 +603,13 @@ network_pass3() { ;; esac + case ${sshd_enable} in + [Yy][Ee][Ss]) + echo -n ' sshd'; + ${sshd_program:-/usr/sbin/sshd} ${sshd_flags} + ;; + esac + echo '.' network_pass3_done=YES } |