2 # Begin $rc_base/init.d/sshd
4 # Based on sysklogd script from LFS-3.1 and earlier.
5 # Rewritten by Gerard Beekmans - gerard@linuxfromscratch.org
12 echo "Starting SSH Server..."
13 loadproc
/usr
/sbin
/sshd
17 echo "Stopping SSH Server..."
18 killproc
/usr
/sbin
/sshd
22 echo "Reloading SSH Server..."
23 reloadproc
/usr
/sbin
/sshd
33 statusproc
/usr
/sbin
/sshd
37 echo "Usage: $0 {start|stop|reload|restart|status}"
42 # End $rc_base/init.d/sshd