My question would be why are you using telnet? is there a specific need for it?
If you do need it, check to see if the service is actualy installed.
grep telnetd /etc/init.d
NOTE : telnet transmits all info (userid/passwords) in clear text. IF You can avoid its use, I would highly recommend it.
Zekker
Main Topics
Browse All Topics





by: majorwooPosted on 2003-02-12 at 17:27:23ID: 7938451
you need to download the telnet-server RPM, here is a link:
nux/RPM/re dhat/8.0/i 386/telnet - server-0. 17-23.i386 .html
http://www.rpmfind.net//li
once you install it, (rpm -ivh telnet.rpm)
you may have to edit the file
/etc/xinetd.d/telnet
and set disable = no
then restart xinetd
service xinetd restart
then your set, root is not allowed to telnet in unless you modify some other files, (you should only do this if you have a reason)