[Techtalk] Installing and configuring Telnet Server

Conor Daly conor.daly at oceanfree.net
Thu Jun 13 20:31:30 EST 2002


On Wed, Jun 12, 2002 at 11:44:18AM -0400 or so it is rumoured hereabouts, 
Tricia Bowen thought:
> 
> check to see if you have the telnet service running:
> 
> $ more /etc/xinetd.d/telnet
> # 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
> }

And a quick "chkconfig --list" should show "telnet on" in the list.  If it
shows "telnet off" do a "chkconfig telnet on" to turn it on for future
use.

conor
-- 
Conor Daly <conor.daly at oceanfree.net>

Domestic Sysadmin :-)
---------------------
Faenor.cod.ie
  8:24pm  up 21 days,  5:42,  0 users,  load average: 0.00, 0.00, 0.00
Hobbiton.cod.ie
  8:30pm  up 21 days,  5:51,  2 users,  load average: 0.15, 0.06, 0.01



More information about the Techtalk mailing list