OPERATING SYSTEMSOS Linux

How to Install and Use Telnet on Ubuntu 22.04 LTS

Telnet is a terminal emulation program for TCP/IP networks that allows you to access another computer on the Internet or on a local network by logging on to the remote system. Telnet is a client-server protocol that connects to port 23 of the Transmission Control Protocol. You can also use Telnet to check open ports on a remote system.

In this video i will show you how to install and use Telnet on your server.

Useful Links:
VPS/VDS – https://www.mivocloud.com/

WARNING – ANGLED BRACKETS AREN’T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR

Commands Used:
sudo apt install telnetd -y
sudo systemctl status inetd
telnet IP
telnet IP PORT

source

ubuntu