Ubuntu Linux enable telnet service

Q. How do I install and start telnet service / server under Ubuntu Linux?

A. Telnet is an insecure service. It is recommended that you use ssh service. However sometime telnet server or service is needed. Here are instructions to enable telnet:
Install telnetd server

$ sudo apt-get install telnetd
Restart inetd service:
$ sudo /etc/init.d/openbsd-inetd restart
You should now be able to telnet to the server from Windows or Linux desktop system to Ubentu Linux telnet server. Type the following command to connect to Telnet server:
$ telnet ubentu-linux-server-ip
$ telnet 192.168.1.200
$ telnet ubentu.mydomain.com

Related posts:

  1. Ubuntu Linux enable telnet service
  2. Securing Linux Server with IPKungfu
  3. Ubuntu 9.04 (Jaunty Jackalope) Final
  4. How to install nmap into ubuntu
  5. HOWTO: Seeing the Trash icon in your Desktop (Ubuntu Dapper)

One thought on “Ubuntu Linux enable telnet service

  1. Pingback: enabled service

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>