summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/inetutils/inetutils/telnet.xinetd.inetutils
blob: 2d9a0408c0db30d8ee7c10020745096873efd124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# default: on
# description: The telnet server serves telnet sessions; it uses \
#       unencrypted username/password pairs for authentication.
service telnet
{
	disable		= no
	flags		= REUSE
	socket_type	= stream
	wait		= no
	user		= root
	server		= @SBINDIR@/in.telnetd
	log_on_failure	+= USERID
}