Re: Networking in Fedora. I get "Connection refused" no matter what I do.

From: Bit Twister (BitTwister_at_localhost.localdomain)
Date: 04/03/04


Date: Sat, 03 Apr 2004 13:31:12 GMT

On Sat, 03 Apr 2004 15:13:27 +0200, Troels Andersen wrote:
>
> But it ends there, whenever I try to telnet or rlogin any of the
> machines I get "Connection refused". I have tried to disable firewall on
> all PCs using redhat-config-secureritylevel but that didn't change anything.

Working as designed. You do not want to pass login/passwords as clear text.
Verify sshd is enabled on other_box 3:on or/and 5:on with
       chkconfig --list | grep sshd
then login with
        ssh -X -l user_id (not root) other_box



Relevant Pages