R"(
**Store URL format**: `ssh://[username@]hostname`
This store type allows limited access to a remote store on another
machine via SSH.
)"
Chunks
b596b220 (1st chunk of `src/libstore/legacy-ssh-store.md`)
Title: SSH Store Type
Summary
This section describes the SSH store type in Nix, which allows access to a remote store on another machine using the SSH protocol. The store URL format is specified as `ssh://[username@]hostname`.