I am having trouble getting sshd2 to start at boot in run level 3.
I installed ssh-3.01 to /usr/local and put the supplied sshd2 shell
script in /etc/init.d (RHL 7.0) and made it executable. I put a
symlink in /etc/rc3.d named S98sshd2 which points to the shell script.
I think the shell script and permissions are ok because I can start
and stop the daemon with the symlink once the machine is booted up, eg
root# /etc/rc3.d/S98sshd2 restart
works as expected.
Nonetheless, the daemon does not start at boot.
The only thing I can think is that there is a problem starting daemons
in /usr/local, but I have no idea.
-rwxr-xr-x 1 root root 1438 Sep 19 13:36 /etc/init.d/sshd2*
lrwxrwxrwx 1 root root 15 Sep 18 09:59 /etc/rc3.d/S98sshd2 -> ../init.d/sshd2*
There are no messages matching 'ssh' in /var/log/messages from the
boot sequence.
Any ideas?
Thanks,
John Hunter