红联Linux门户
Linux帮助

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

发布时间:2014-06-29 15:28:31来源:红联作者:velcbo
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

这样一劳永逸,问题解决,大功告成!

作者:yichangzyh
文章评论

共有 0 条评论