2016-11-14 17:26:34 +00:00
|
|
|
# NAME
|
|
|
|
|
|
|
|
git-annex enable-tor - enable tor hidden service
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
2016-11-29 21:30:27 +00:00
|
|
|
sudo git annex enable-tor $(id -u)
|
2016-11-14 17:26:34 +00:00
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
2016-11-29 21:30:27 +00:00
|
|
|
This command enables a tor hidden service for git-annex.
|
2016-11-14 17:26:34 +00:00
|
|
|
|
2016-11-29 21:30:27 +00:00
|
|
|
It has to be run by root, since it modifies `/etc/tor/torrc`.
|
|
|
|
Pass it your user id number, as output by `id -u`
|
2016-11-14 17:26:34 +00:00
|
|
|
|
2016-11-20 18:39:26 +00:00
|
|
|
After this command is run, `git annex remotedaemon` can be run to serve the
|
2016-11-29 21:30:27 +00:00
|
|
|
tor hidden service, and then `git-annex p2p --gen-address` can be run to
|
|
|
|
give other users access to your repository via the tor hidden service.
|
2016-11-20 18:39:26 +00:00
|
|
|
|
2016-11-14 17:26:34 +00:00
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
[[git-annex]](1)
|
|
|
|
|
2016-11-22 19:17:27 +00:00
|
|
|
[[git-annex-p2p-auth]](1)
|
|
|
|
|
2016-11-20 18:39:26 +00:00
|
|
|
[[git-annex-remotedaemon]](1)
|
|
|
|
|
2016-11-14 17:26:34 +00:00
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|