一、linux服务端:

  1. 安装软件:
    yum  -y  install  telnet-server  xinetd
  2. 创建用户:
    useradd  lee
    passwd  lee
  3. 启动服务:
    systemctl  start  xinetd
    systemctl  start  telnet.socket
  4. 测试:
    netstat  -nutlp  |  grep  23

    二、windows客户端:

  5. 开启telnet:
    windows下使用telnet登陆到远程主机
    windows下使用telnet登陆到远程主机
    windows下使用telnet登陆到远程主机
    windows下使用telnet登陆到远程主机
  6. 连接:
    windows下使用telnet登陆到远程主机
    windows下使用telnet登陆到远程主机

 本文转自 Lee_吉 51CTO博客,原文链接:http://blog.51cto.com/12173069/2071783

相关文章:

  • 2021-11-19
  • 2021-09-09
  • 2021-12-03
  • 2021-12-29
  • 2021-08-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-15
  • 2021-11-19
  • 2022-12-23
  • 2022-01-10
  • 2021-05-04
相关资源
相似解决方案