how to change priority of telnet session

From: gshan
Date: Wed Sep 17 2008 - 00:52:42 EST


Hi All,

I'm using telnetd which was started by xinetd. The current default priority of telnetd isn't high enough,
so I want to increase it by conf files. Do you know how to increase telnet or telnetd's priority through
changing conf files?

root@(none):/etc/xinetd.d# cat telnet
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
flags = REUSE
socket_type = stream wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}

Thanks,
Gavin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/