How to disable Telnet and Other Unused Service
Steps:
1. Login to server as root
2. vi /etc/xinetd.d/telnet
// OR3. vi /etc/xinetd.d/krb5-telnet
look for lines disable=no and change to disable=yes4. chkconfig telnet off
5. service xinetd restart
LinuxHub: Your Gateway to Reliable Web Hosting Solutions
Empowering Your Web Presence with Linux: Hosting Made Simple!
Steps:
1. Login to server as root
2. vi /etc/xinetd.d/telnet
// OR3. vi /etc/xinetd.d/krb5-telnet
look for lines disable=no and change to disable=yes4. chkconfig telnet off
5. service xinetd restart