summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-02-15 14:08:59 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-02-15 14:08:59 +0000
commit9e34d08ad838a29320c248a20832c086f38bc6a4 (patch)
tree4fc8eb90c73f9c5f4a3f9be3b5e95592262d1ef0
parent8fa9d4540df65eec3963ecd8a2f90347384a6de7 (diff)
rapid-tunneling: rtadm.config: some more variables
git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@10399 283159da-0705-0410-b60c-f2062b4bb6ad
-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"
+