summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlFUH5H4OUj9vMJIoXQs8bheiptgANQ6fU <lee@web>2012-10-23 19:17:11 +0000
committerGravatar admin <admin@branchable.com>2012-10-23 19:17:11 +0000
commit2580d8232e13c38056bb5305eb957847ef844eb0 (patch)
tree96dfec715382660d30cd5ce839313ba4daff2ec8
parenta0c10c1fb5a0c6544b69786383541b72f57288db (diff)
-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?