SSH worktrees
Run agents against remote machines over SSH without exposing Pebble's local control ports to the public internet.
| Service | Port |
|---|---|
pebble-runtime | 17777 |
pebble serve / pairing | 6768 |
ssh -L 17777:127.0.0.1:17777 user@host
ssh -L 6768:127.0.0.1:6768 user@host