首先我们需要查看telnet运行状态

输入:netstat -a | grep telnet

 Ubuntu telnet 安装

输出为空,表示没有开启该服务

1、需要安装openbsd-inetd

命令:sudo apt-get install openbsd-inetd -y

2、安装telnetd
命令:sudo apt-get install telnetd -y

3、重启openbsd-inetd
命令:sudo /etc/init.d/openbsd-inetd restart

4、查看telnet运行状态
命令:sudo netstat -a | grep telnet

5、登录

telnet IP address

相关文章:

  • 2022-01-01
  • 2022-12-23
  • 2021-06-13
  • 2022-01-10
  • 2021-09-02
  • 2021-09-06
  • 2021-06-19
  • 2021-10-14
猜你喜欢
  • 2022-01-06
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案