From 7db8a7a4ae822c4b0e1cbe98b5e7f2d56f8391c1 Mon Sep 17 00:00:00 2001 From: fountainheadllc Date: Wed, 15 May 2019 00:28:15 +0000 Subject: [PATCH] Update 'lib/html/index.html' Rachel's edits to index.html to make information easier to understand. --- lib/html/index.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lib/html/index.html b/lib/html/index.html index 2596108..ec217a1 100644 --- a/lib/html/index.html +++ b/lib/html/index.html @@ -51,18 +51,19 @@

You've claimed {{servername}}

-

Here's some ways you can use it:

+

Here's some ways you can use Telebit via Terminal or other Command Line Interface:

-
telebit http ~/Public            # serve a public folder
-telebit http 3000                # forward all https traffic to localhost:3000
-telebit http none                # remove all https handlers
+
~/telebit ssh auto            # to start sharing files and folders locally use this string to begin
+
~/telebit http ~/Public            # serve a public folder
+~/telebit http 3000                # forward all https traffic to localhost:3000
+~/telebit http none                # remove all https handlers
-

You can always tunnel SSH over HTTPS, +

And remember you can always tunnel SSH over HTTPS, even while you're using it for something else:

-
telebit ssh auto
+

Here are some examples for those of you that want to access files and folders remotely via SSH tunneling

+
~/telebit ssh {{servername}}

-
telebit ssh {{servername}}
- or -
ssh -o ProxyCommand='sclient %h' {{servername}}
- or -