码迷,mamicode.com
首页 > Web开发 > 详细

centos6.5 架设Telnet服务

时间:2017-12-27 12:00:55      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:centos6.5   centos6.4   centos6.8   xinetd-2.3.14-39   telnet-server-0.17-   

思路——由于生产环境无法接触到虚拟机或者控制台只允许通过远程连接而SSH方式是Linux平台的常用方式,一旦服务出问题停止就无法在管理服务器


架设Telnet 管理服务


1 以下三个RPM包文件并上传到服务器

 本地连接  

 度娘连接   https://pan.baidu.com/s/1hscp3tq   6rsr


2 安装以下三个RPM

 

[root@localhost 6.5telnet-rpm]# rpm -qa | grep -i telnet

[root@localhost 6.5telnet-rpm]# rpm -ivh xinetd-2.3.14-39.el6_4.x86_64.rpm

warning: xinetd-2.3.14-39.el6_4.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY

Preparing...                ########################################### [100%]

   1:xinetd                 ########################################### [100%]

[root@localhost 6.5telnet-rpm]# rpm -ivh telnet-0.17-47.el6_3.1.x86_64.rpm

warning: telnet-0.17-47.el6_3.1.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY

Preparing...                ########################################### [100%]

   1:telnet                 ########################################### [100%]

[root@localhost 6.5telnet-rpm]# rpm -ivh telnet-server-0.17-47.el6_3.1.x86_64.rpm

warning: telnet-server-0.17-47.el6_3.1.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY

Preparing...                ########################################### [100%]

   1:telnet-server          ########################################### [100%]

[root@localhost 6.5telnet-rpm]#         到此安装完成


3 修改配置文件

 

[root@localhost 6.5telnet-rpm]# vi /etc/xinetd.d/telnet

 把最后一行  "disable                         =yes"  中得yes  改成no  

 

4 设置开机启动

 

[root@localhost 6.5telnet-rpm]# chkconfig telnet on


5 启动服务

[root@localhost ~]# service xinetd start


6 备份安全配置文件

[root@localhost ~]# mv /etc/securetty /etc/securetty.old


*建议使用CRT来测试Telnet , Xshell4有可能出其他怪问题!!    欢迎大神不吝指点

centos6.5 架设Telnet服务

标签:centos6.5   centos6.4   centos6.8   xinetd-2.3.14-39   telnet-server-0.17-   

原文地址:http://blog.51cto.com/wanman/2055013

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!