diff --git a/lib/html/index.html b/lib/html/index.html index ec217a1..6ee5da0 100644 --- a/lib/html/index.html +++ b/lib/html/index.html @@ -53,7 +53,7 @@

You've claimed {{servername}}

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

-
~/telebit ssh auto            # to start sharing files and folders locally use this string to begin
+
~/telebit ssh auto            # allows you to connect to your computer with ssh-over-https from a different computer
~/telebit http ~/Public            # serve a public folder
 ~/telebit http 3000                # forward all https traffic to localhost:3000
 ~/telebit http none                # remove all https handlers
@@ -61,7 +61,9 @@

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

-

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

+
+ +

Here are some examples for those of you that want to access files and folders remotely. This function allows you to connect one computer to another computer you also have SSH on.

~/telebit ssh {{servername}}

- or - @@ -71,8 +73,8 @@ ssh -o ProxyCommand="$proxy_cmd" {{servername}}
ssh -o ProxyCommand='openssl s_client -connect %h:443 -servername %h -quiet' {{servername}}
- - +
+