summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-08 15:38:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-08 15:38:16 -0400
commit3c0f8f3bd1ba3147e3d87a2c95241901f4400c28 (patch)
tree55b2976d76df48ac274cd7166a34f2eb7ce68c45
parent3aea3c99adeb380e3f10c47f39308a54a9192b11 (diff)
parent53d3fa89afbf3239c904f73d5e611e112b5816c6 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/encryption/comment_2_f19c9bb519a7017f0731fd0e8780ed74._comment22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/encryption/comment_2_f19c9bb519a7017f0731fd0e8780ed74._comment b/doc/encryption/comment_2_f19c9bb519a7017f0731fd0e8780ed74._comment
new file mode 100644
index 000000000..bf4330383
--- /dev/null
+++ b/doc/encryption/comment_2_f19c9bb519a7017f0731fd0e8780ed74._comment
@@ -0,0 +1,22 @@
+[[!comment format=mdwn
+ username="https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574"
+ nickname="Mica Semrick"
+ subject="Encrypt with pub or sub?"
+ date="2014-04-08T03:56:36Z"
+ content="""
+Forgive me, I'm a bit new to PGP.
+
+I do:
+
+ $ gpg --list-keys
+ /home/user/.gnupg/pubring.gpg
+ ------------------------------
+ pub 2048R/41363A6A 2014-04-03
+ uid A Guy (git-annex key) <A@guy.com>
+ sub 2048R/77998J8TDY 2014-04-03
+
+and see the pub and the sub key.
+
+When I init a new special remote and want encryption, should I give the init command the pub or the sub key? Or does git annex sort that out itself?
+
+"""]]