archboot/etc/remote/telnet_xinetd

11 lines
163 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
disable = no
}