①.安装软件 yum install -y telnet-server(服务端) telnet(客户端) ②. 配置telnet服务端配置文件 vim /etc/xinetd.d/telnet ③. 启动xinetd管理服务 /etc/init.d/xinetd start ④. 测试服务是否正常 telnet 10.0.0.41(注:telnet不允许root登录)
telnet服务部署
原文:http://blog.51cto.com/tangyong/2125405