mirror of
https://github.com/gopasspw/gopass.git
synced 2025-12-08 19:24:54 +00:00
This will be added to the per-store git config on newly initialized stores. RELEASE_NOTES=[ENHANCEMENT] Use persistent SSH connections Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
7 lines
356 B
Markdown
7 lines
356 B
Markdown
# `gitfs` storage backend
|
|
|
|
This is the default storage backend. It stores the encrypted data directly in the filesystem. It uses an external git binary to provide history and remote sync operations.
|
|
|
|
gopass configures git to use persistent ssh connections. If you do not want
|
|
this set `GIT_SSH_COMMAND` to an empty string to override the built-in default.
|