Is there a way to pull from an encrypted remote?
Use case:
- Have annex in an encrypted public rsync remote
- Have USB stick with PGP keys (but not the annex repository)
- Get to a new computer
- 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?