From 5777606093d05464cd0571e2de83372f0d807716 Mon Sep 17 00:00:00 2001 From: Don Miner Date: Oct 31 2005 18:36:31 +0000 Subject: Added telnet configuration instructions. --- diff --git a/testing/telnet/README b/testing/telnet/README new file mode 100644 index 0000000..25dfc88 --- /dev/null +++ b/testing/telnet/README @@ -0,0 +1,7 @@ +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.