1git-annex-enable-tor(1) General Commands Manual git-annex-enable-tor(1)
2
3
4
6 git-annex-enable-tor - enable tor hidden service
7
9 git annex enable-tor
10
11 sudo git annex enable-tor $(id -u)
12
14 This command enables a tor hidden service for git-annex.
15
16 It modifies /etc/tor/torrc to register the hidden service. If run as a
17 normal user, it will try to use sudo/su/etc to get root access to mod‐
18 ify that file. If you run it as root, pass it your non-root user id
19 number, as output by id -u
20
21 After this command is run, git annex remotedaemon can be run to serve
22 the tor hidden service, and then git-annex p2p --gen-address can be run
23 to give other users access to your repository via the tor hidden ser‐
24 vice.
25
27 The git-annex-common-options(1) can be used.
28
30 git-annex(1)
31
32 git-annex-p2p-auth(1)
33
34 git-annex-remotedaemon(1)
35
37 Joey Hess <id@joeyh.name>
38
39 git-annex-enable-tor(1)