All of lore.kernel.org
 help / color / mirror / Atom feed
* how to change priority of telnet session
@ 2008-09-17  3:40 gshan
  2008-09-17  5:29 ` Valdis.Kletnieks
  0 siblings, 1 reply; 3+ messages in thread
From: gshan @ 2008-09-17  3:40 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-17  5:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17  3:40 how to change priority of telnet session gshan
2008-09-17  5:29 ` Valdis.Kletnieks
2008-09-17  5:35   ` gshan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.