nescafeboy1 发表于 2018-5-11 09:07:00

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

  解决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
页: [1]
查看完整版本: redhat AS5.5在telnet时报错“Unencrypted connection refused. Goodbye解决