在Debian系统中,Telnet服务默认是关闭的。如果需要开启Telnet服务,可以按照以下步骤进行操作:
sudo apt-get update sudo apt-get install telnet
sudo systemctl status telnet
sudo systemctl start telnet
sudo systemctl enable telnet