summaryrefslogtreecommitdiffstats
path: root/qarsh.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'qarsh.xinetd')
-rw-r--r--qarsh.xinetd15
1 files changed, 15 insertions, 0 deletions
diff --git a/qarsh.xinetd b/qarsh.xinetd
new file mode 100644
index 0000000..b3ea737
--- /dev/null
+++ b/qarsh.xinetd
@@ -0,0 +1,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
+}