Cesbo FRP Service

This service is part of the cesbo.com project for technical support.

Usage

1. Add our public key to your SSH server

This command for example, we send command with actual key in the ticket

echo "ssh-ed25519 AAAA... support@cesbo.com" | tee -a ~/.ssh/authorized_keys

2. Start the SSH tunnel

ssh -R 22:127.0.0.1:22 v0@frp.cesbo.com tcp

3. Send us your remote address

You should see output similar to this:

frp (via SSH) (Ctrl+C to quit)

ProxyName: sshtunnel-tcp-cb99a89b
Type: tcp
RemoteAddress: :29426

4. Stop the SSH tunnel

When we finish, stop the SSH tunnel with Ctrl+C.

5. Remove our public key

sed -i '/support@cesbo.com/d' ~/.ssh/authorized_keys