cvsdist af3b546
# default: off
cvsdist af3b546
# description: The kerberized rshell server accepts rshell commands \
cvsdist af3b546
#              authenticated and encrypted with Kerberos 5.
cvsdist af3b546
service kshell
cvsdist af3b546
{
cvsdist af3b546
	flags		= REUSE
cvsdist af3b546
	socket_type	= stream        
cvsdist af3b546
	wait		= no
cvsdist af3b546
	user		= root
cvsdist af3b546
	server		= /usr/kerberos/sbin/kshd
9773673
	server_args	= -e
cvsdist af3b546
	disable		= yes
cvsdist af3b546
}