知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

解决Linux5在telnet时报错“Unencrypted connection refused. Goodbye.”

发布时间:2014-09-05 14:14:56作者:知识屋


解决Linux5在telnet时报错“Unencrypted connection refused. Goodbye.”
 
Oracle Linux 5环境,今天在远程telnet时,居然报错如下:
 
Unencrypted connection refused. Goodbye.
 
解决方法:
1)将文件/etc/xinetd.d/ekrb5-telnet里面的参数“disable”改成:
disable=yes  
  
2)重启xinetd服务:
service xinetd restart   
   
3)防止系统再次更改该参数值,执行:
chkconfig ekrb5-telnet off  
 
这样一劳永逸,问题解决,大功告成!
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜