Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 0c128b3cee28324a6834c11d41ea7acd > files > 1

telnet-server-0.17-41.el5.x86_64.rpm

# 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
}