summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-23 15:48:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-23 15:48:01 -0400
commit6ef9f0e32cbdb5ca7f8e49169cc2dde6599300bd (patch)
tree1e82f92195b356fafe8789363b00adc4f1b9a744
parent21612182c924686a6a5fd5f83600e768d8a646fd (diff)
parent2580d8232e13c38056bb5305eb957847ef844eb0 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/forum/shared_cipher_tries_to_use_gpg.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/shared_cipher_tries_to_use_gpg.mdwn b/doc/forum/shared_cipher_tries_to_use_gpg.mdwn
new file mode 100644
index 000000000..ccaa0c59d
--- /dev/null
+++ b/doc/forum/shared_cipher_tries_to_use_gpg.mdwn
@@ -0,0 +1,10 @@
+I tried
+
+ git annex initremote encsharedtest type=directory encryption=shared directory=/home/lee/gitannexplay
+
+and got errors:
+
+ initremote encsharedtest gpg: error reading key: public key not found
+
+Looks like it thinks "shared" should be the name of a key rather than an instruction to use the shared cipher.
+Am I doing something wrong?