telnet是Internet遠程協議,能夠實現基於telnet協議的遠程登錄,在Oracle Linux 5系統中,在進行遠程telnet的時候出現了報錯,提示Unencrypted connection refused. Goodbye,下面小編就給大家介紹下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的方法介紹了,為了防止再次出現錯誤,第三個步驟不可省略。