8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
|
To install telnet: "yum install telnet-server"
|
||
|
|
||
|
The only thing that has to be done to get telnet to work is to enable it through
|
||
|
xinetd.
|
||
|
|
||
|
To do this simply toggle disabled from yes to no in the file:
|
||
|
/etc/xinetd.d/telnet and restart xinetd.
|