diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-04 16:21:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-04 16:21:30 -0400 |
commit | b85f4e175598f43bf59901727af9167f7f1c15b1 (patch) | |
tree | bfd68fecd77c06e78c5e559e75b6cd30facdb6e1 | |
parent | 4c7f1128d4cf1051aca4062e3223fb0468298f7c (diff) |
response
-rw-r--r-- | doc/design/external_special_remote_protocol/comment_23_7a5af50f7c482d7c02c53be28ddb6a66._comment | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/design/external_special_remote_protocol/comment_23_7a5af50f7c482d7c02c53be28ddb6a66._comment b/doc/design/external_special_remote_protocol/comment_23_7a5af50f7c482d7c02c53be28ddb6a66._comment new file mode 100644 index 000000000..ba0c1ce40 --- /dev/null +++ b/doc/design/external_special_remote_protocol/comment_23_7a5af50f7c482d7c02c53be28ddb6a66._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 23""" + date="2016-04-04T20:17:05Z" + content=""" +@szrc, it's pretty expensive to pull encrypted creds out of the git +repository and run gpg to decrypt them. Doing so also tends to result +in a gpg password prompt. + +Rather than do that every time git-annex needs the creds to access the +remote, it maintains a local cache file, which has its permissions set so +only the local user (and root, naturally) can read it. +"""]] |