SSH is started as a daemon for efficiency. Each time the server starts, it
generates a key. If sshd starts from inetd, it will have to generate a key
each time someone connects, which can make the initial connection take a
long time.

For security, compile the ssh daemon with libwrap/tcpd support using the
--with-libwrap option as described in the FAQ. This causes the sshd to
read the /etc/hosts.allow/deny files.

--
Gregor Mosheh
[EMAIL PROTECTED]
Systems Admin, Humboldt Internet
707.825.4638


On Fri, 16 Jun 2000, Eric Moore wrote:

> Why is SSH2D started through the rc.local file instead of inetd?  
> 
> Isn't SSH a service?
> 
> I thought it was a safety feature to use inetd (and tcpd) to start
> network services.  
> 
> Thanks, EM
> 
> 

Reply via email to