Results 1 to 1 of 1
Hybrid View
-
15th Jun 2014, 01:49 PM #1
How to Disable Telnet
Telnet sends clear text passwords and usernames through logins and should be disabled on all web servers and replaced with SSH.
Some hosting providers are not disabling telnet by default but you should ensure that it has been turned off as it's a great security risk to your servers. TELNET server listens for incoming messages on port 23, and sends outgoing messages to port 23.
1. Login to your server through SSH and su to root.
2. Type pico /etc/xinetd.d/telnet
3. Look for the line: disable = no and replace with disable = yes
4. Now restart the inetd service: /etc/rc.d/init.d/xinetd restart
5. Turn off it through chkconfig as well because it can still start through that.
Code:/sbin/chkconfig telnet off
nmap -sT -O localhost
Also run ps -aux | grep telnet and if you find anything other than "grep telnet" as result kill the process.Areon Reviewed by Areon on . How to Disable Telnet Telnet sends clear text passwords and usernames through logins and should be disabled on all web servers and replaced with SSH. Some hosting providers are not disabling telnet by default but you should ensure that it has been turned off as it's a great security risk to your servers. TELNET server listens for incoming messages on port 23, and sends outgoing messages to port 23. 1. Login to your server through SSH and su to root. 2. Type pico /etc/xinetd.d/telnet 3. Look for the line: Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
how to disable login auth in transmissionbt?
By bachbell in forum Server ManagementReplies: 0Last Post: 12th Jan 2012, 12:08 AM -
How to disable like feature in posts....?
By saini in forum vBulletinReplies: 1Last Post: 23rd Oct 2011, 01:21 PM -
how to disable tag [code] in VB 3.8.7
By warung giras in forum Tutorials and GuidesReplies: 3Last Post: 2nd Oct 2011, 12:08 PM -
How to disable control panel access and limit hdd space
By TheTorrentSeller in forum Server ManagementReplies: 3Last Post: 2nd Apr 2010, 04:48 PM -
How To Disable Plugin System Using SQL Query
By ceekeigh in forum vBulletinReplies: 1Last Post: 12th Jun 2009, 04:55 AM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...