Fix typo and incorrect references to "git annex peer"
This commit is contained in:
parent
3f609a7742
commit
04ec673d51
1 changed files with 4 additions and 4 deletions
|
@ -171,8 +171,8 @@ how it works.
|
||||||
git-annex's Tor support uses onion address as the address of a git remote.
|
git-annex's Tor support uses onion address as the address of a git remote.
|
||||||
You can `git pull`, push, etc with those onion addresses:
|
You can `git pull`, push, etc with those onion addresses:
|
||||||
|
|
||||||
git pull tor-annnex::eeaytkuhaupbarfi.onion:4412
|
git pull tor-annex::eeaytkuhaupbarfi.onion:4412
|
||||||
git remote add peer1 tor-annnex::eeaytkuhaupbarfi.onion:4412
|
git remote add peer1 tor-annex::eeaytkuhaupbarfi.onion:4412
|
||||||
|
|
||||||
Onion addresses are semi-public. When you add a remote, they appear in your
|
Onion addresses are semi-public. When you add a remote, they appear in your
|
||||||
`.git/config` file. For security, there's a second level of authentication
|
`.git/config` file. For security, there's a second level of authentication
|
||||||
|
@ -180,10 +180,10 @@ that git-annex uses to make sure that only people you want to can access
|
||||||
your repository over Tor. That takes the form of a long string of numbers
|
your repository over Tor. That takes the form of a long string of numbers
|
||||||
and letters, like "7f53c5b65b8957ef626fd461ceaae8056e3dbc459ae715e4".
|
and letters, like "7f53c5b65b8957ef626fd461ceaae8056e3dbc459ae715e4".
|
||||||
|
|
||||||
The addresses generated by `git annex peer --gen-addresses`
|
The addresses generated by `git annex p2p --gen-addresses`
|
||||||
combine the onion address with the authentication data.
|
combine the onion address with the authentication data.
|
||||||
|
|
||||||
When you run `git annex peer --link`, it sets up a git remote using
|
When you run `git annex p2p --link`, it sets up a git remote using
|
||||||
the onion address, and it stashes the authentication data away in a file in
|
the onion address, and it stashes the authentication data away in a file in
|
||||||
`.git/annex/creds/`
|
`.git/annex/creds/`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue