Welcome Home

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

You've claimed {{servername}}

Here's some ways you can use it:


telebit http 3000                # forward all https traffic to localhost:3000
telebit http /path/to/module     # handle incoming https traffic with a node module
telebit http none                # remove all https handlers

You can always use this port for SSH over HTTPS, even while you're using it for something else:


ssh -o ProxyCommand='openssl s_client -connect %h:443 -servername %h -quiet' {{servername}}

You can always use this port for SSH, even while you're using it for something else:

telebit ssh 22

ssh {{servername}} -p {{serviceport}}