LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   enabling telnet daemon on RHEL 5.0 (https://www.linuxquestions.org/questions/linux-newbie-8/enabling-telnet-daemon-on-rhel-5-0-a-689504/)

thanix 12-10-2008 01:42 AM

enabling telnet daemon on RHEL 5.0
 
How to enable telnet on Red Hat Enterprise Linux 5.0?

bathory 12-10-2008 01:55 AM

If you are sure you want to enable telnet, then edit the following line in /etc/xinetd.d/krb5-telnet
Code:

disable  =  no
Then restart xinetd:
Code:

/etc/init.d/xinetd restart


All times are GMT -5. The time now is 08:12 PM.