diff --git a/lib/extensions/admin/index.html b/lib/extensions/admin/index.html index 28f628b..7cf8ac9 100644 --- a/lib/extensions/admin/index.html +++ b/lib/extensions/admin/index.html @@ -54,14 +54,13 @@
You've installed Telebit on 'Jon's Macbook Pro'. +You're running Telebit on 'Jon's Macbook Pro'. -Authenticate your account and claim your device: - - https://www.telebit.cloud/login/?magic=xxxxxxxxxxxxxx+ Click Trust Device to pair with Telebit
HTTPS +For Local Development - https://lucky-duck-42.telebit.cloud ++~/telebit http 3000
+Forwarding https://jondoe.telebit.io => localhost:3000
-SSH +curl -fsSL https://jondoe.telebit.io/
- ssh ssh.telebit.cloud -p 22222 +For Sharing Files -TCP +~/telebit http ./project.zip
+Serving ./project.zip as https://jondoe.telebit.io
- netcat tcp.telebit.cloud 22222curl -fsSL https://jondoe.telebit.io/
+ +For Access with SSH + +~/telebit ssh auto
+Forwarding jondoe.telebit.io -p 5050 => localhost:22
+Forwarding ssh+https (openssl proxy) => localhost:22
+ +ssh -p 5050 jondoe.telebit.io
+ssh -o ProxyCommand="sclient %h:443" jondoe.telebit.io
+ +For Debugging with TCP + +~/telebit tcp 9000
+Forwarding jondoe.telebit.io -p 5050 => localhost:9000
+ +netcat jondoe.telebit.io 5050