From 19a42a596cb0177e50eb760b2542565b6a7471df Mon Sep 17 00:00:00 2001 From: fountainheadllc Date: Fri, 17 May 2019 16:09:23 +0000 Subject: [PATCH] Update 'lib/html/index.html' --- lib/html/index.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/lib/html/index.html b/lib/html/index.html index 6ee5da0..6ac91e9 100644 --- a/lib/html/index.html +++ b/lib/html/index.html @@ -51,9 +51,10 @@

You've claimed {{servername}}

-

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

+

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

-
~/telebit ssh auto            # allows you to connect to your computer with ssh-over-https from a different computer
+
+
~/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,9 +62,11 @@

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. This function allows you to connect one computer to another computer you also have SSH on.

+

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 - @@ -73,7 +76,6 @@ ssh -o ProxyCommand="$proxy_cmd" {{servername}}
ssh -o ProxyCommand='openssl s_client -connect %h:443 -servername %h -quiet' {{servername}}
-