SSH worktrees

Run agents against remote machines over SSH without exposing Pebble's local control ports to the public internet.

ServicePort
pebble-runtime17777
pebble serve / pairing6768
ssh -L 17777:127.0.0.1:17777 user@host
ssh -L 6768:127.0.0.1:6768 user@host