SSH worktrees

Remote worktrees over SSH

SSH worktrees

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

Local runtime ports stay on 127.0.0.1:

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

How is this guide?

Edit on GitHub

Last updated on

On this page