Business Management | Editors Column | Hosting Customers | Interviews & PR | Marketing/Advertising | Online Marketing/SEO | Web Hosting | Web Hosting Reviews

Web Hosting Reviews and Tutorials

Cheap Web Hosting at IX Hosting

Deactivating Telnet on a Red Hat Linux server

by WHRKIT on April 5, 2006

Deactivating Telnet on a Red Hat Linux server
 
A system administrator or webmaster should always consider SSH over TELNET when it comes to remotely accessing a server over the Internet. The inherent data encryption features of SSH and the current widespread availability of SSH clients for both Linux and Windows are advantages that Telnet has not to offer.
 
If you do decide to deactivate an active TELNET server on Red Hat Linux, then you need to use the chkconfig command as described in our example below. The following steps assume that you have SSH already installed and configured on your server.
 
Logon to your server via SSH and switch to the root user. Then execute the following command to deactivate Telnet:
 
 chkconfig telnet off
 
Telnet has now been turned off on your server.
© 2006 – Web Hosting Resource Kit

Related posts:

  1. How to check the disk space on a Linux server?
  2. How to Secure your Dedicated Server (RedHat Linux + Cpanel)
  3. Linux Tutorial: How to change the IP ADDRESS on a Linux machine
  4. Linux Server Load Averages Explained
  5. Linux Runlevels
  6. How to upgrade the Linux Kernel?
  7. How to check the port speed and duplex setting (Linux)?

Leave a Comment

Previous post:

Next post: