lkml.org 
[lkml]   [2008]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjecthow to change priority of telnet session
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


\
 
 \ /
  Last update: 2008-09-17 06:55    [W:0.045 / U:0.292 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site