sudo
sudo apt update
sudo apt install -f
dpkg -i
ufw
sudo ufw disable
telnet --version
telnet example.com 23
注意:Telnet传输数据未加密,存在安全风险,建议在生产环境中使用SSH替代。