|
|
Question : Problem: How to set up Telnet on linux?
|
|
I am trying to use telnet to access a linux box. I know I should be using SSH (which I use personally), however my boss wants telnet. How do I configure the linux box to accept the telnet request.
I use Cent OS 4
|
Answer : Problem: How to set up Telnet on linux?
|
|
Check if you have this file: /etc/xinetd.d/krb5-telnet (defaultly in CentOS) If yes change the disable = yes to disable = no :)
|
|
|