gopass/docs/backends/gitfs.md
Dominik Schulz d88d9045b2
Use persistent SSH connections for git operations (#1755)
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>
2021-01-26 09:22:06 +01:00

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.