11 lines
164 B
Text
11 lines
164 B
Text
|
service telnet
|
||
|
{
|
||
|
flags = REUSE
|
||
|
socket_type = stream
|
||
|
wait = no
|
||
|
user = root
|
||
|
server = /usr/libexec/telnetd
|
||
|
log_on_failure += USERID
|
||
|
disable = yes
|
||
|
}
|