guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tor hidden services


From: Leo Famulari
Subject: Re: Tor hidden services
Date: Sat, 28 Nov 2015 14:37:44 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]