aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/legacy-ssh-store.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/legacy-ssh-store.md')
-rw-r--r--src/libstore/legacy-ssh-store.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libstore/legacy-ssh-store.md b/src/libstore/legacy-ssh-store.md
new file mode 100644
index 000000000..043acebd6
--- /dev/null
+++ b/src/libstore/legacy-ssh-store.md
@@ -0,0 +1,8 @@
+R"(
+
+**Store URL format**: `ssh://[username@]hostname`
+
+This store type allows limited access to a remote store on another
+machine via SSH.
+
+)"