解决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

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

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/63342.html