
时间:2015-06-28 00:00 来源:IT猫扑网|http://www.itmop.com/ 作者:网管联盟 我要评论(0)
我们知道,telnet的远程登录功能可以帮助我们完成很多工作,节约很多时间。尤其是它友好的性能,在很多系统和软件服务中都有它的体现。那么,接下来我们就对ekrb5-telnet的一些具体的安装检测过程进行一下介绍。
1、确定你的telnet服务打开没有:
1.[root@111 ~]# chkconfig --list|greptelnet
2.
3.ekrb5-telnet: off
4.
5.krb5-telnet: off
6.
7.[root@111 ~]#
注意检查结果这里是关闭状态
2、打开telnet服务:
1.[root@111 ~]# chkconfig krb5-telneton
2.
3.[root@111 ~]# chkconfig --list|greptelnet
4.
5.ekrb5-telnet: offv
6.
7.krb5-telnet: on
8.
9.[root@111 ~]#
检查已经被打开了
3、修改登陆文件securetty,主要增加要登陆的终端点
1.[root@111 ~]# vi /etc/securetty
增加如下几行:
1.pts/1
2.
3.pts/2
4.
5.pts/3
6.
7.pts/4
8.
9.pts/5
10.
11.……
保存退出即可。
如果是chkconfig krb5-telneton
会提示Unencrypted connection refused. Goodbye.Connection closed by foreign host.看错误信息好像是说的为加密的连接被拒绝,查看了他的配置文件也没发现有什么关于加密的选项,而且配置文件也很正确,于是到google上去搜索了一大圈,最后终于找到一个老外写的一个解决方法:
I really needed a bit of guidance and you provided it./sbin/chkconfig --list |grep telnetThe above command told me I had both krb5-telnetand ekrb5-telnet, andalso the installedtelnetall on. Initially I did not know what theywere all for. After turning them on and off and testing my telnetconnection from another box I realised that &ekrb5-telnet& was theencryptedtelnetserver that I needed to turn off to run &krb-telnet&which allowed non-encryptedtelnetconnections.eg /sbin/chkconfig ekrb5-telnetoffThanks for your help.
原来ekrb5-telnet是一个需要加密的telnet服务,把这个服务启动上当然就需要加密了。解决方法:将/etc/xinetd.d/ekrb5-telnet里面的disable改成=yes,再重启xinetd服务service xinetd restart就OK了!
关键词标签:ekrb5,telnet
相关阅读 安装红帽子RedHat Linux9.0操作系统教程 Tomcat9.0如何安装_Tomcat9.0环境变量配置方法 多种操作系统NTP客户端配置 Linux操作系统修改IP Linux实现SCSI硬盘热插拔及在线识别 Linux下用CDMA modem拨号上网
热门文章
安装红帽子RedHat Linux9.0操作系统教程
Linux服务器:设计高性能网站架构-LLMP
使用Clonezilla迁移到虚拟Linux环境
Linux上的MRTG流量监控中心
Linux 双网卡绑定一个IP原理及实现
linux和windows等系统远程控制ubuntu桌面
人气排行 Linux下获取CPUID、硬盘序列号与MAC地址 dmidecode命令查看内存型号 linux tc实现ip流量限制 安装红帽子RedHat Linux9.0操作系统教程 linux下解压rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 关机、重启、注销 命令 查看linux服务器硬盘IO读写负载 linux命令行浏览器的使用方法 Linux NFS服务固定端口及防火墙配置 U盘安装Ubuntu 10.04 Linux清除用户登录记录和命令历史方法
查看所有0条评论>>