Skip to main content
The SSH resource mounts a remote server’s filesystem over SFTP. It supports full read and write operations.

Config

The host field matches entries in ~/.ssh/config, so existing SSH configurations are automatically picked up.

Filesystem Layout

The mounted tree mirrors the remote filesystem starting at root. Example with root="/var/data":

Cache

Uses IndexCacheStore for directory listings. Freshness is checked via {mtime}:{size} fingerprints - files are re-fetched only when the remote has changed.

Example

Shell Commands