Focus.AI Labs / Artifact Field Notes Extensions
Fast browse / jump off / source-grounded
Extensions

pi-ssh-remote

Extension that redirects all file operations and commands to a remote host via SSH

Origin
seed-list
Extensibility
package
Primary interface
unknown

What this artifact is for

The quick orientation layer before you go deeper upstream.

Profile

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.

Signals

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.

Upstream skim

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 ↗

What shows up in the source

Quick topics

pi-ssh-remoteQuick StartWith auto-mount (recommended)Or use the wrapper scriptInstallationUsageAuto-mount (default)Basic - mounts remote path automatically

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.

Provenance

Discovery reason: Listed in the awesome-pi-agent README

Discovered from: seed artifact

Claim confidence: medium

Surface capture kind: repo-readme