redhat AS5.5在telnet时报错“Unencrypted connection refused. Goodbye解决

雨燕双飞 提交于 2020-08-14 06:05:29

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

 Redhat 5.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  


标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!