Install and Enable Telnet Service in RHEL/Centos/OEL


Install telnet service

yum install telnet-server


Managing Telnet Service

Once telnet-server is installed we can start the telnet service with the following command.

systemctl start telnet.socket

To verify the status using the following command

systemctl status telnet.socket

To enable telnet  service after reboot well use the following command

systemctl enable telnet.socket






If you like please follow and comment