clarification
This commit is contained in:
parent
fe28cbcd9e
commit
701006bd83
2 changed files with 20 additions and 5 deletions
|
@ -132,11 +132,11 @@ Tor hidden services can be quite secure. But this doesn't mean that using
|
||||||
git-annex over Tor is automatically perfectly secure. Here are some things
|
git-annex over Tor is automatically perfectly secure. Here are some things
|
||||||
to consider:
|
to consider:
|
||||||
|
|
||||||
* Anyone who learns the address of a peer can connect to that peer,
|
* Anyone who learns the onion address address and authentication data of a peer
|
||||||
download the whole history of the git repository, and any available
|
can connect to that peer, download the whole history of the git repository,
|
||||||
annexed files. They can also upload new files to the peer, and even
|
and any available annexed files. They can also upload new files to the peer,
|
||||||
remove annexed files from the peer. So consider ways that the address
|
and even remove annexed files from the peer. So consider ways that the
|
||||||
of a peer might be exposed.
|
authentication data of a peer might be exposed.
|
||||||
|
|
||||||
* While Tor can be used to anonymize who you are, git defaults to including
|
* While Tor can be used to anonymize who you are, git defaults to including
|
||||||
your name and email address in git commit messages. So if you want an
|
your name and email address in git commit messages. So if you want an
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 2"""
|
||||||
|
date="2017-03-02T17:24:23Z"
|
||||||
|
content="""
|
||||||
|
@dvicory if someone only knows the onion service address, they can do
|
||||||
|
nothing to your repository except connect to it and get rejected
|
||||||
|
due to failure to authenticate. They need the authentication data too
|
||||||
|
in order to do any of those things. That was talking about the
|
||||||
|
addresses generated by `git annex peer --gen-addresses`,
|
||||||
|
which include authentication data.
|
||||||
|
|
||||||
|
I've improved the wording to avoid confusion between git-annex's addresses
|
||||||
|
and onion addresses.
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue