This service is part of the cesbo.com project for technical support.
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
ssh -R 22:127.0.0.1:22 v0@frp.cesbo.com tcp
You should see output similar to this:
frp (via SSH) (Ctrl+C to quit) ProxyName: sshtunnel-tcp-cb99a89b Type: tcp RemoteAddress: :29426
When we finish, stop the SSH tunnel with Ctrl+C.
sed -i '/support@cesbo.com/d' ~/.ssh/authorized_keys