Re: rsh, ssh, rlogin and telnet not working

Michael Schwager <[email protected]> Thu, 27 Feb 2003 15:18:55 -0600
Newsgroups gmane.linux.redhat.release.guinness
Message-ID <28634283.1046359135@[192.168.100.249]>
My guess is the daemon's aren't running, and telnet is not called by inetd.

I would focus on ssh.  The others are too insecure.

Do a
        ps -ef | grep -i sshd

You should see a running daemon.  If not, you need to start it.  Not sure 
how to do that on 7.0 short of finding the binary and running it
(find / -name sshd -print), but I'll bet there's a system configuration 
that dictates turning on or off SSH, and right now it's off.
>
> I have linux 7.0, I am trying to setup any of the
> remote login services and I cann't
> I am getting connection refused with all of them
> I tried to modify: /etc/rhosts.allow --> did not help.
>
>
> Does any body have a clue of why I am having these
> problems?
--
-Mike Schwager               "btw the people who make open source software
 [email protected]         generally don't have much sympathy for users"
                                                            (Dave Winer)