git-annex/doc/forum/pulling_from_encrypted_remote.mdwn
https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI 00dcafef2c removed "thanks"
2012-07-10 16:53:21 +00:00

12 lines
371 B
Markdown

Is there a way to pull from an encrypted remote?
Use case:
1. Have annex in an encrypted public rsync remote
2. Have USB stick with PGP keys (but not the annex repository)
3. Get to a new computer
4. Set up a new annex using the PGP keys I have.
1-3 work fine :) However, 4'th is the issue:
How would I do `git pull <remote>` for an encrypted remote? Is it possible?