LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with telnet (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-telnet-50264/)

ecroswell 03-17-2003 08:34 AM

Problem with telnet
 
When I try to open a telnet session i am getting an error saying that the connection is being refused.

Does anyone know what I need to do to enable this feature in Red Hat 8.0

Thanks in advance.
Erik
:newbie:

acid_kewpie 03-17-2003 08:45 AM

use http://openssh.com instead, forget about telnet. if you want to be really insecure you can still use telnet by enablnig it in /etc/xinetd.d/telnet, but you should avoid it if possible. also telnet serber are installed by defautl normally, so you'd need to install it.

ecroswell 03-17-2003 08:48 AM

Chris I would rather use openSSH instead if that is the no brainer way to go (which it sounds like it is)

Where do I enable it?

snocked 03-17-2003 09:06 AM

For telnet, you need inetd running.

acid_kewpie 03-17-2003 09:19 AM

install the rpms from your distro cd and then just start it with "service sshd start" there are probably a couple of rpms you'll want, openssh for teh core libraries and openssh-server for the business end of the server. there's also the openssh-client package from using ssh as s user.

and redhat stopped using inet a long time ago, that's why xinet is there


All times are GMT -5. The time now is 10:59 PM.