Setting Up a Telnet Server in Ubuntu |
Install Telnet Server in Ubuntu
You will find the Telnet server installation packages in Synaptic under the telnetd package.If you want to install telnet server package you can also use the following command
sudo apt-get install telnetdThis will complete the installation.Now you Restart inetd service using the following command
sudo /etc/init.d/inetd restartOnce installed, select Administration, Services and enable Telnet
you can now fire up your other Linux box and type telnet . You are prompted to enter your username and password. The whole conversation should look like this
telnet 192.168.0.1Trying 192.168.0.1…
Connected to 192.168.0.1 (192.168.0.1)
Escape character is ‘^]'.
Welcome to telnetserver
Running Ubuntu LAMP server
* All access is logged *
login: admin12
Password:
Last login: Sat Dec 25 1:05:1 from 192.168.0.1
[admin12@telnetserver ~]$