LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Configuring Telnet on Red Hat LInux 3.0 (https://www.linuxquestions.org/questions/linux-newbie-8/configuring-telnet-on-red-hat-linux-3-0-a-364443/)

alpeshprajapati 09-18-2005 05:23 AM

Configuring Telnet on Red Hat LInux 3.0
 
I want to configure telnet on Linux Redhat 3.0 (AS) . Problem is that there is no telnet service in that and when i connect trhu telnet then Connect lost type error may comes..


Thanks
Alpesh Prajapati

david_ross 09-18-2005 07:08 AM

Very few systems come configured with telnet any more. Unless you have a really good reason (even then make sure you do actually have one) consider using SSH:
http://wiki.linuxquestions.org/wiki/Telnet_and_SSH

jeremy 09-18-2005 09:49 AM

Moved: This thread is more suitable in Linux - Newbie and has been moved accordingly to help your thread/question get the exposure it deserves.

--jeremy

vimal 09-19-2005 08:31 AM

Hi alpeshprajapati,
install the package telnet-server and edit its conf: file /etc/xinetd/telnet. here make "disable = no". then save the file. after that restart xinetd. you will get a telnet server running. but since telnet is not secure enough, please use ssh instead.
vimal...


All times are GMT -5. The time now is 01:47 AM.