What this artifact is for
The quick orientation layer before you go deeper upstream.
Summary
Extension that redirects all file operations and commands to a remote host via SSH
Seed description: Extension that redirects all file operations and commands to a remote host via SSH
Category: Extensions
Best for: Not yet synthesized.
How to read this page
Workflow tags: none captured
Integrations: none captured
Caveats: No caveats captured yet
Maturity: No maturity signals captured
README excerpt
More of the actual upstream surface so you can skim here before deciding to open the repo.
Seamless remote development with pi coding agent via SSH.
pi -e pi-ssh-remote --ssh-host user@server --ssh-cwd /path/to/project
./pi-ssh user@server:/path/to/project
Preview source: captured upstream text ↗
Quick topics
Skim bullets
- Mounts the remote --ssh-cwd via SSHFS to a temp directory
- Changes pi's working directory to the mount
- Routes bash commands to the remote host via SSH
- Unmounts on session end
- Use the pi-ssh wrapper: ~/.pi/agent/extensions/pi-ssh-remote/pi-ssh user@host:/path
- Or add to PATH: ln -s ~/.pi/agent/extensions/pi-ssh-remote/pi-ssh ~/bin/pi-ssh
- macOS: brew install macfuse && brew install gromgit/fuse/sshfs-mac
- Linux: apt install sshfs
Sources and provenance
Everything on this page should be traceable back to the list seed or an upstream surface.
Discovery reason: Listed in the awesome-pi-agent README
Discovered from: seed artifact
Claim confidence: medium
Surface capture kind: repo-readme