Hello...

> There is an ftp line in /etc/inetd.conf:
>
> ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  in.ftpd -l -a
>
> Any other config files I should check?

You'd probably have to explicitly install it, but it really looks like inetd
is working properly, so there's no need to.

I'd say this line in the log is telling us something...

> Aug 20 22:29:55 paarestad inetd[6513]: ssh/tcp: bind: Address already in
> use

This *kinda* looks like inetd is trying to broker sshd connections, but
something is already hogging the port...

What version of sshd are you using? Now that we have addressed the
/etc/hosts.deny thing, what happens when you comment out the ssh line in
/etc/inetd.conf and restart inetd?

-Stephen-



Reply via email to