Information
The telnet protocol is insecure and unencrypted. The use of an unencrypted transmission medium could allow an unauthorized user to steal credentials. The ssh package provides an encrypted session and stronger security and is included in most Linux distributions.
Solution
Uninstall telnet using the appropriate package manager or manual installation: # yum remove telnet
# apt-get remove telnet
# zypper remove telnet