Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2016-04-04 13:17:46 -04:00
commit 17d71ded79
Failed to extract signature
16 changed files with 432 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="szrc"
subject="Local storage of creds"
date="2016-04-04T03:59:01Z"
content="""
I have a question about local storage of credentials. I assumed that when creds were stored in the repo (because the remote is encrypted or because embedcreds=yes), they wouldn't be stored locally in .git/annex/creds. But it seems they are stored locally, in plaintext, regardless.
Is there a way to prevent this? Ideally, credentials should not be stored plaintext at all...but maybe there's a technical issue I'm not seeing.
"""]]