summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI <Motiejus@web>2012-07-10 16:52:31 +0000
committerGravatar admin <admin@branchable.com>2012-07-10 16:52:31 +0000
commit073d25bc9c6d954a55ee5938220432f0bbc56d34 (patch)
tree37f61850af2f0d2c1d2afa4f37295cbd94452c60
parent3a11b0348cff46b9124fb3c2088fc1557b853d6d (diff)
git annex pull from encrypted remote
-rw-r--r--doc/forum/pulling_from_encrypted_remote.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/pulling_from_encrypted_remote.mdwn b/doc/forum/pulling_from_encrypted_remote.mdwn
new file mode 100644
index 000000000..4fa538238
--- /dev/null
+++ b/doc/forum/pulling_from_encrypted_remote.mdwn
@@ -0,0 +1,13 @@
+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?
+
+Thanks