diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo <Justin@web> | 2012-08-14 14:10:40 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-14 14:10:40 +0000 |
commit | 2d63e23f7077e8d9c37d728ad5422b646e1536ee (patch) | |
tree | cd8b393289a83a570b6d00b08696a5478194b6c2 /doc/design/encryption | |
parent | 75f65dcfc0afdbf499dc1c72ffc94faf1bdaa1ca (diff) |
Added a comment
Diffstat (limited to 'doc/design/encryption')
-rw-r--r-- | doc/design/encryption/comment_6_d677fead0fe0c543f48f07d85f83f592._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/design/encryption/comment_6_d677fead0fe0c543f48f07d85f83f592._comment b/doc/design/encryption/comment_6_d677fead0fe0c543f48f07d85f83f592._comment new file mode 100644 index 000000000..a2c7013fb --- /dev/null +++ b/doc/design/encryption/comment_6_d677fead0fe0c543f48f07d85f83f592._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo" + nickname="Justin" + subject="comment 6" + date="2012-08-14T14:10:40Z" + content=""" +Hans, + +You are misunderstanding how git-annex encryption works. The \"untrusted host\" and the \"local machine\" are not the same machine. git-annex only transfers pre-encrypted files to the \"untrusted host\". + +You should setup a git-annex encrypted remote and watch how it works so you can see for yourself that it is not insecure. + +Your solution does not provide better security, it accomplishes the same thing as git-annex in a more complicated way. In addition, since you are mounting the image from the client your solution will not work with multiple clients. +"""]] |