summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtadm.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/rtadm.config b/rtadm.config
index 65405db..419e431 100644
--- a/rtadm.config
+++ b/rtadm.config
@@ -10,3 +10,14 @@ HOSTNAME=
# from a port that is not 22, write here the port number that is
# accessible from the outside.
PORT=22
+
+# The command run by connections from remote systems. This configuration
+# item is technically the command set in new tarballs you create and
+# has no effect on existing tarballs you have already sent out.
+#FROM_REMOTE_COMMAND=/usr/share/rapid-tunneling/bin/rt-from-remote
+
+# (SSH) Target for the 'upload' command. It is recommended to set the
+# script rt_handle_uploaded_key as the command to handle the connections
+# for those uploads.
+#UPLOAD_TARGET="xorcom@updates.xorcom.com"
+