Hi, Emmette:

Emmette Hutchison wrote:
> 
> I have been attempting to run services such as ftpd and sshd on my
> system and have had no luck with it at all. The daemons are enabled,
> running and the correct ports are open, but whenever I attempt to connect
> to them I recieve "Connection closed by foreign host" or "remote server
> has closed connection." I have looked at the config files for sshd, (I
> haven't changed them,) and they the same as those on another machine that
> sshd works on. I've installed via rpm and I have also compiled it, but I
> end up with the same results for each.

Does inetd know you want to use these services? You have to enable them
in inetd before they'll work -- many (nearly all) tcp/udp requests go
through inetd first, which then passes them on to the respective
service.

You have to add or uncomment entries for the services you want enabled
in /etc/inetd.conf.

-Stephen-

Reply via email to