summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar hyperio <hyperio@web>2014-05-12 19:40:37 +0000
committerGravatar admin <admin@branchable.com>2014-05-12 19:40:37 +0000
commit0e924829157fbe20276dd4a4d21301617308be3c (patch)
treef453aa0597759670fc34f18819951832209948b0
parentccf41730aaab8de606ce795961f438696f10a8b7 (diff)
pubkey encryption; gpg
-rw-r--r--doc/forum/Special_remote_public_key_encryption_issue.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Special_remote_public_key_encryption_issue.mdwn b/doc/forum/Special_remote_public_key_encryption_issue.mdwn
new file mode 100644
index 000000000..aed35ad31
--- /dev/null
+++ b/doc/forum/Special_remote_public_key_encryption_issue.mdwn
@@ -0,0 +1,18 @@
+I'm unable to set up a standard architecture: 2 computers sharing some files, talking via a jabber account and transferring files via e.g. box.com.
+Steps:
+
+Computer 1:
+a) Install git-annex, open up the assistant, create a new repository, add a jabber account
+b) Add a box.com account using
+WEBDAV_USERNAME=[username] WEBDAV_PASSWORD=[password] git annex initremote box.com type=webdav url=https://dav.box.com/dav/git-annex chunksize=75mb encryption=pubkey keyid=[key id].
+All seemed fine.
+
+Computer 2:
+a) same
+b) at this point I saw the option of adding box.com as a cloud storage. I clicked enable and got the message
+
+user error (gpg ["--quiet","--trust-model","always","--decrypt"] exited 2)
+
+In the meantime, on Computer 1 I saw the same option. I clicked enable and got the same message.
+
+It all works fine if I use shared encryption.