www.bot-preview.tasty-firefox-5.telebit.io Open in urlscan Pro
209.38.154.253  Public Scan

URL: https://www.bot-preview.tasty-firefox-5.telebit.io/
Submission: On October 23 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Telebit


WELCOME HOME

Go ahead and bookmark this page. It's yours now.


YOU'VE CLAIMED WWW.BOT-PREVIEW.TASTY-FIREFOX-5.TELEBIT.IO

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 http ~/Public            # serve a public folder
~/telebit http 3000                # forward all https traffic to localhost:3000
~/telebit http none                # remove all https handlers

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.

~/telebit ssh www.bot-preview.tasty-firefox-5.telebit.io


- or -

ssh -o ProxyCommand='sclient %h' www.bot-preview.tasty-firefox-5.telebit.io

- or -

proxy_cmd='openssl s_client -connect %h:443 -servername %h -quiet'
ssh -o ProxyCommand="$proxy_cmd" www.bot-preview.tasty-firefox-5.telebit.io

ssh -o ProxyCommand='openssl s_client -connect %h:443 -servername %h -quiet' www.bot-preview.tasty-firefox-5.telebit.io