您现在的位置: 万盛学电脑网 >> 操作系统 >> Linux教程 >> 正文

Oracle Linux 5远程telnet时提示Unencrypted connection怎么办?

作者:佚名    责任编辑:admin    更新时间:2022-06-22

  telnet是Internet远程协议,能够实现基于telnet协议的远程登录,在Oracle Linux 5系统中,在进行远程telnet的时候出现了报错,提示Unencrypted connection refused. Goodbye,下面小编就给大家介绍下Oracle Linux 5远程telnet时提示Unencrypted connection的解决方法。

 Oracle Linux 5远程telnet时提示Unencrypted connection怎么办?

  解决方法:

  1)将文件/etc/xinetd.d/ekrb5-telnet里面的参数“disable”改成:

  disable=yes

  2)重启xinetd服务:

  service xinetd restart

  3)防止系统再次更改该参数值,执行:

  chkconfig ekrb5-telnet off

  上面就是Oracle Linux 5远程telnet时提示Unencrypted connection的方法介绍了,为了防止再次出现错误,第三个步骤不可省略。