Hi,

> I had already downloaded and compiled ssh successfully. My main
> 'installation' question is: How are people installing sshd to run each
> time the system is re-booted?

I'd suggest a startup script, since that also comes handy for
maintaining daemons.  On HP-UX 10.20 this is done as follows:

Create /sbin/init.d/sshd starting from the template file in the same
directory.  When you are satisfied that it works, symlink the script
into any of the /sbin/rc<n>.d/ directories to start or kill sshd when
entering runlevel <n>.  A symlink named S<nnn>sshd starts sshd, while
a symlink named K<nnn>shd kills it.  In case of sshd, the number <nnn>
is largely arbitrary.

HTH, if not consult rc(1M) or feel free to ask again.

Regards, Jens.

-- 
J'qbpbe, le m'en fquz pe j'qbpbe!
Le veux aimeb et mqubib panz je pézqbpbe le djuz tqtaj!

Reply via email to