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:
| 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@hostHow is this guide?
在 GitHub 上编辑此页面
最后更新于