summaryrefslogtreecommitdiffstats
path: root/kshell.xinetd
blob: 95bd598ad1ffbcae0ef2694fcad837fb3eb7d17b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# default: off
# description: The kerberized rshell server accepts rshell commands \
#              authenticated and encrypted with Kerberos 5.
service kshell
{
	flags		= REUSE
	socket_type	= stream        
	wait		= no
	user		= root
	server		= /usr/kerberos/sbin/kshd
	server_args	= -e -5
	disable		= yes
}