summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-08-12 15:47:35 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-08-12 15:47:35 +0000
commit607c804800e1edc387990150efc42df949dae10a (patch)
tree353547af06db984d854a5f312ff6467f1e801daa
parentb7ec9fa5f38fa40cc618f523c428f5172f3fb40c (diff)
Merge branch 'master' of ssh://rapid-tunneling.git.sourceforge.net/gitroot/rapid-tunneling
git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@7315 283159da-0705-0410-b60c-f2062b4bb6ad
-rw-r--r--simple-client.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/simple-client.txt b/simple-client.txt
new file mode 100644
index 0000000..47aa843
--- /dev/null
+++ b/simple-client.txt
@@ -0,0 +1,21 @@
+# Get the scripts:
+
+wget -O rapid-tunneling 'http://rapid-tunneling.git.sourceforge.net/git/gitweb.cgi?p=rapid-tunneling;a=blob_plain;f=rapid-tunneling;hb=HEAD'
+wget -O rapid-tunneling-status 'http://rapid-tunneling.git.sourceforge.net/git/gitweb.cgi?p=rapid-tunneling;a=blob_plain;f=rapid-tunneling-status;hb=HEAD'
+chmod +x rapid-tunneling rapid-tunneling-status
+
+# You also need 'start-stop-daemon' . On Debian/Ubuntu you this comes
+# installed. On other systems you may find it as an applet of busybox, so
+# try installing the package busybox.
+
+# create a tunnel, using tunnel-foo.tar.gz provided to you:
+./rapid-tunneling tunnel-foo.tar.gz
+
+# At thi point the remote party can log into your account.
+
+# Check the status of a tunnel:
+./rapid-tunneling-status
+
+# Terminate a tunnel:
+./rapid-tunneling-status -s
+