blob: 40e9e399e887438e1a1c3dac8bdda6cdba6884c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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
cps = 500 2
}
|