unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: "Thompson, David" <dthompson2@worcester.edu>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: Tor hidden services
Date: Sat, 28 Nov 2015 15:02:15 +0100	[thread overview]
Message-ID: <87a8pyw7bs.fsf@gnu.org> (raw)
In-Reply-To: <CAJ=Rwfbszv7wVCuhqAwd80J6ZR8tC5nnsSfYM0YhazLH_nDdEg@mail.gmail.com> (David Thompson's message of "Fri, 27 Nov 2015 19:17:32 -0500")

"Thompson, David" <dthompson2@worcester.edu> skribis:

> On Fri, Nov 27, 2015 at 6:59 PM, Ludovic Courtès <ludo@gnu.org> 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.
>
> Wow, awesome!  I've never used a Tor hidden service before because I
> never understood how things work, but this configuration looks so
> simple that I don't have much excuse to not try it out.  Thanks!

We largely owe this to Tor, which is itself very simple to configure:

  https://www.torproject.org/docs/tor-hidden-service.html.en

Pretty cool!

Ludo’.

  reply	other threads:[~2015-11-28 14:02 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 [this message]
2015-11-28 19:37 ` Leo Famulari
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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a8pyw7bs.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=dthompson2@worcester.edu \
    --cc=guix-devel@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).