> I've installed both openssh-1.2pre11-1 and openssh-server-1.2pre11-1. I
> have set opensshd to start in certain runlevels. However, I want to
> know if it is possible to start opensshd from inetd? If so, can anyone
> give some pointers/suggestions? Are there any caveats to watch for?
It can, but I don't advise it. The main reson is that it needs to create a
key everytime it starts, and that takes time..
The script that gets installed in /etc/rc.d/init.d/ supports chkconfig, so
run chkconfig --add ssh (don't know the name for sure), and off you go.
Igmar
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.