Sunday, April 12, 2026

telnetd installation on linux


install with
sudo apt -y install telnetd

if not started automatically on install check
/etc/inetd.conf 
for telnet enabled being commented out.

remove commenting which disables inetd handling the service and run

sudo systemctl restart inetutils-inetd.service

example discussed for raspberrypi os

No comments:

Post a Comment