diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-01 19:12:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-01 19:12:08 -0400 |
commit | c843ade78f57bdfe7bed5f77749c71f9a9e6e20a (patch) | |
tree | c6a2e1db43fa4942aef8ba4e2a7d608a8872d92b /doc/design | |
parent | e4fe9953317e34a64394d113d4784c28ac9804f0 (diff) |
gcrypt basically done
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/encrypted_git_remotes.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/design/assistant/encrypted_git_remotes.mdwn b/doc/design/assistant/encrypted_git_remotes.mdwn index 63b7be67a..915f64d28 100644 --- a/doc/design/assistant/encrypted_git_remotes.mdwn +++ b/doc/design/assistant/encrypted_git_remotes.mdwn @@ -3,14 +3,15 @@ using [git-remote-gcrypt](https://github.com/blake2-ppc/git-remote-gcrypt). There are at least two use cases for this in the assistant: -* Storing an encrypted git repository on a local drive. +* Storing an encrypted git repository on a local drive. **done** * Or on a remote server. This could even allow using github. But more likely would be a shell server that has git-annex-shell on it so can also store file contents, and which is not trusted with unencrypted data. + **done** git-remote-gcrypt is already usable with git-annex. What's needed is to make sure it's installed (ie, get it packaged into distros or embedded -into git-annex), and make it easy to set up from the webapp. +into git-annex), and make it easy to set up from the webapp. **done** Hmm, this will need gpg key creation, so would also be a good opportunity to make the webapp allow using that for special remotes too. @@ -18,4 +19,4 @@ to make the webapp allow using that for special remotes too. One change is needed in git-annex core.. It currently does not support storing encrypted files on git remotes, only on special remotes. Perhaps the way to deal with this is to make it consider git-remote-grypt remotes -to be a special remote type? +to be a special remote type? **done** |