yum -y install telnet-server xinetd
useradd lee passwd lee
systemctl start xinetd systemctl start telnet.socket
netstat -nutlp | grep 23
windows下使用telnet登陆到远程主机
原文:http://blog.51cto.com/12173069/2071783