Home Explore Blog CI



nix

1st chunk of `src/libstore/legacy-ssh-store.md`
b596b220f2fd435d0cae49c5ae62f706a73f13e8d3c1d9aa0000000100000090
R"(

**Store URL format**: `ssh://[username@]hostname`

This store type allows limited access to a remote store on another
machine via SSH.

)"

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`.