2016-11-14 17:26:34 +00:00
|
|
|
# NAME
|
|
|
|
|
|
|
|
git-annex enable-tor - enable tor hidden service
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
2016-11-14 20:35:45 +00:00
|
|
|
git annex enable-tor userid uuid
|
2016-11-14 17:26:34 +00:00
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
This plumbing-level command enables a tor hidden service for git-annex,
|
2016-11-14 20:35:45 +00:00
|
|
|
using the specified repository uuid and userid.
|
2016-11-14 17:26:34 +00:00
|
|
|
|
|
|
|
This command has to be run by root, since it modifies `/etc/tor/torrc`.
|
|
|
|
|
2016-11-20 18:39:26 +00:00
|
|
|
After this command is run, `git annex remotedaemon` can be run to serve the
|
2016-11-22 19:17:27 +00:00
|
|
|
tor hidden service.
|
|
|
|
|
|
|
|
Use the `git-annex p2p --gen-address` command 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.
|