summaryrefslogtreecommitdiffstats
path: root/qarsh.xinetd
blob: b3ea7374ddca3b965ab6599cf64b17e89f2ebf7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# default: off
# description: qarsh is a remote shell for testing.  It should not be running
#              or installed on a system outside of a firewall.

service qarsh
{
	type			= UNLISTED
	disable			= no
	port			= 5008
	socket_type		= stream
	protocol		= tcp
	wait			= no
	user			= root
	server			= /usr/sbin/qarshd
}