diff options
author | https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574 <Mica_Semrick@web> | 2014-04-08 03:47:26 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-08 03:47:26 +0000 |
commit | 2b1bc5725dc1e85d4e3343eb9751a5223960f4f0 (patch) | |
tree | ab74518e4db7bb39d65152058f6e35721dc441f3 /doc | |
parent | db96c3633bf0eb23f30f09313ab3cbda2d23a91f (diff) |
Added a comment: Encrypt with pub or sub?
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encryption/comment_2_0bd22cec899dd5d1e4d090b34c5ec1eb._comment | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/encryption/comment_2_0bd22cec899dd5d1e4d090b34c5ec1eb._comment b/doc/encryption/comment_2_0bd22cec899dd5d1e4d090b34c5ec1eb._comment new file mode 100644 index 000000000..4436ccc14 --- /dev/null +++ b/doc/encryption/comment_2_0bd22cec899dd5d1e4d090b34c5ec1eb._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:47:25Z" + content=""" +Forgive me, I'm a bit new to PGP. + + I do: +``` +$ gpg --list-keys +/home/users/.gnupg/pubring.gpg +------------------------------ +pub 2048R/3339656A 2014-04-03 +uid Me (git-annex key) <me@example.com> +sub 2048R/774B0ET4 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? +"""]] |