blob: 12204c71b243f2f2c2c6871c69a0f8381063d6d0 [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 flags = REUSE
7 socket_type = stream
8 wait = no
9 user = root
10 server = /usr/sbin/in.telnetd
11 log_on_failure += USERID
12 disable = yes
13}
14