[ltp] Enabling telnetd on Red Hat 7.2

Julian Macassey linux-thinkpad@www.bm-soft.com
Fri, 22 Feb 2002 16:38:10 -0800


On 2002-02-22 at 16:55, Carlos Lorenzo (clorenzo@ar.ibm.com) wrote:

> 
> Does anybody know what do I have to do to enable the telnet to  a Red Hat
> 7.2 ?

	Using your fave editor open 
/etc/xinetd.d/telnet

See below:
--------------------------------------

# default: on
# description: The telnet server serves telnet sessions; it uses
# \
#       unencrypted username/password pairs for authentication.
service telnet
{
        flags           = REUSE
        socket_type     = stream        
        wait            = no
        user            = root
        server          = /usr/sbin/in.telnetd
        log_on_failure  += USERID
        disable         = yes
}

-------------------------------------------

	Change  disable         = yes to  disable         = no

then restart xinetd with this command:

/etc/rc.d/init.d/xinetd restart

	You should now have telnet running.

	Usual caveats apply.

	Use the same proceedure to turn on ftp etc.

-- 
You'd be surprised how much it costs to look this cheap. -  Dolly Parton

----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html