blob: 2d9a0408c0db30d8ee7c10020745096873efd124 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# default: on
2# description: The telnet server serves telnet sessions; it uses \
3# unencrypted username/password pairs for authentication.
4service telnet
5{
6 disable = no
7 flags = REUSE
8 socket_type = stream
9 wait = no
10 user = root
11 server = @SBINDIR@/in.telnetd
12 log_on_failure += USERID
13}