在Debian系统中,Telnet默认使用端口 23 。
要在Debian系统上安装Telnet客户端,请打开终端并输入以下命令:
sudo apt-get update sudo apt-get install telnet
要检查Telnet服务是否正在运行,请使用以下命令:
sudo systemctl status telnet