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 -