On Sat, 8 Jul 2000, nikhil wrote:
> how can i make sshd start during bootup.i tried to make a sym. link to
> /etc/rc.d/init.d but it says too many levels of sym. links.
1) Write a script /etc/init.d/ssh that contains the command
/usr/local/sbin/sshd
And chmod it appropriately (755 or 700 or so)
2) cd /etc/rc3.d (or rc2.d, if you prefer)
3) ln -s ../init,d.ssh S99sshd
Use whatever name you prefer. S99sshd would start up SSH near the end of
the startup sequence. I prefer to put it around S40 so it starts early.
--
Gregor Mosheh
[EMAIL PROTECTED]
Systems Admin, Humboldt Internet
707.825.4638