update
This commit is contained in:
parent
7e69063a29
commit
dda4cb372c
1 changed files with 16 additions and 1 deletions
|
@ -3,5 +3,20 @@
|
||||||
subject="""comment 9"""
|
subject="""comment 9"""
|
||||||
date="2024-01-09T20:33:08Z"
|
date="2024-01-09T20:33:08Z"
|
||||||
content="""
|
content="""
|
||||||
See also: [[support_using_Stateless_OpenPGP_instead_of_gpg]]
|
git-annex now supports using any program that implements the
|
||||||
|
Stateless OpenPGP standard for remotes using encryption=shared
|
||||||
|
|
||||||
|
Eg, to use Sequoia's sqpop:
|
||||||
|
|
||||||
|
git config annex.shared-sop-command sqop
|
||||||
|
|
||||||
|
That fully interoperates with gpg, though it's probably a good idea
|
||||||
|
to specify an enryption profile that is backwards compatable if interop
|
||||||
|
is a concern. Eg:
|
||||||
|
|
||||||
|
git config annex.shared-sop-profile rfc4880
|
||||||
|
|
||||||
|
For other encryption= schemes, Stateless OpenPGP is not yet supported,
|
||||||
|
mostly because it's not clear how to manage the encryption keys.
|
||||||
|
See this todo [[support_using_Stateless_OpenPGP_instead_of_gpg]]
|
||||||
"""]]
|
"""]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue