Ubuntu安装telnet服务

这个东西吧,其实习惯使用了Ubuntu以后,非常简单!

第一步,更新源

script
sudo apt-get update

第二步,安装服务

script
sudo apt-get install xinetd telnetd

第三步,重启服务

script
sudo /etc/init.d/xinetd restart

第四步,测试服务

script
netstat -a | grep telnet

第五步,开始链接

script
telnet ip地址

Ubuntu安装telnet服务
https://blog.cikaros.top/doc/b91941fa.html
作者
Cikaros
发布于
2021年3月23日
许可协议