windows下使用telnet登陆到远程主机

一、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登陆到远程主机

本文转自 bilinyee博客,原文链接:   http://blog.51cto.com/12173069/2071783     如需转载请自行联系原作者