apt-get -y install openbsd-inetd

apt-get -y install telnetd

vim /etc/inetd.conf
      #: STANDARD: These are standard services.
      telnet    stream     tcp    nowait    telnetd    /usr/sbin/tcpd    /usr/sbin/in.telnetd

/etc/init.d/openbsd-inetd restart

netstat -a | grep telnet
效果如下

linux开启telnet

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-12-31
  • 2021-08-30
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
猜你喜欢
  • 2021-09-14
  • 2021-07-18
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2021-12-24
相关资源
相似解决方案