How to Secure your Server :: Disable Telnet
Things You'll Need
Instructions
1SSH into server and login as root.
2
At command prompt type: pico -w /etc/xinetd.d/telnet
3
change disable = no to disable = yes
4
Save and Exit
5
At command prompt type: /etc/init.d/xinetd restart
Source...