Solve the problem of “Unencrypted connection refused. Goodbye.” when Linux 5 reports error in telnet
In the Oracle Linux 5 environment, when using remote telnet today, the following error was reported:
Unencrypted connection refused. Goodbye.
Solution:
1) Change the parameter “disable” in the file /etc/xinetd.d/ekrb5-telnet to:
disable=yes
2) Restart the xinetd service:
service xinetd restart
3) To prevent the system from changing the parameter value again, execute:
chkconfig ekrb5-telnet off
This solves the problem once and for all, and you’re done!
Solve the problem of “Unencryptedconnectionrefused.Goodbye.” when Linux 5 reports error in telnet
This article is from the internet and does not represent1024programmerPosition, please indicate the source when reprinting:https://www.1024programmer.com/solve-the-problem-of-unencryptedconnectionrefused-goodbye-when-linux-5-reports-error-in-telnet/