From: Leo Famulari <leo@famulari.name>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: Tor hidden services
Date: Sat, 28 Nov 2015 14:37:44 -0500 [thread overview]
Message-ID: <20151128193744.GA10691@jasmine> (raw)
In-Reply-To: <87mvtzvvrh.fsf@gnu.org>
On Sat, Nov 28, 2015 at 12:59:46AM +0100, Ludovic Courtès wrote:
> Commit adds ‘tor-hidden-service’, which can be used to specify hidden
> services quite easily.
>
> For example, to have your SSH daemon accessible over something.onion:22,
> just do:
>
> (operating-system
> ;; …
> (services (cons* (lsh-service #:interfaces '("127.0.0.1"))
> (tor-hidden-service "ssh" '((22 "127.0.0.1:22")))
> (tor-service)
> %desktop-services)))
>
> and then you can:
>
> torify ssh something.onion
>
> from anywhere.
That's awesome! Thanks for making this service.
Are there any technical advantages to using lsh instead of OpenSSH, or
is the primary advantage the copyleft license?
next prev parent reply other threads:[~2015-11-28 19:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-27 23:59 Tor hidden services Ludovic Courtès
2015-11-28 0:17 ` Thompson, David
2015-11-28 14:02 ` Ludovic Courtès
2015-11-28 19:37 ` Leo Famulari [this message]
2015-11-29 10:11 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151128193744.GA10691@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.