Delivery-Date: Wed, 18 Feb 2015 11:04:01 -0500
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED,
	RP_MATCHES_RCVD,URIBL_BLOCKED autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 915061E0A94
	for <archiver@seul.org>; Wed, 18 Feb 2015 11:03:59 -0500 (EST)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 96F5B32AA6;
	Wed, 18 Feb 2015 16:03:55 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id D846132A3A
 for <tor-talk@lists.torproject.org>; Wed, 18 Feb 2015 16:03:52 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 36rDEKJsRrc4 for <tor-talk@lists.torproject.org>;
 Wed, 18 Feb 2015 16:03:52 +0000 (UTC)
Received: from smtp-gw11.han.skanova.net (smtp-gw11.han.skanova.net
 [81.236.55.20])
 by eugeni.torproject.org (Postfix) with ESMTP id 8425A32A25
 for <tor-talk@lists.torproject.org>; Wed, 18 Feb 2015 16:03:52 +0000 (UTC)
X-Greylist: delayed 378 seconds by postgrey-1.34 at eugeni;
 Wed, 18 Feb 2015 16:03:52 UTC
Received: from [192.168.1.100] (78.73.33.144) by smtp-gw11.han.skanova.net
 (8.5.142.07) id 5435B8490264DAA4 for tor-talk@lists.torproject.org;
 Wed, 18 Feb 2015 16:57:29 +0100
Message-ID: <1424275073.11190.23.camel@miskatonic>
From: Lars Luthman <mail@larsluthman.net>
To: tor-talk@lists.torproject.org
Date: Wed, 18 Feb 2015 16:57:53 +0100
In-Reply-To: <09d5a9b487d27800ec940b29c17da3cc@openmailbox.org>
References: <ff0969f9d2ea5c294f866c4660ebb309@openmailbox.org>
 <54E13B37.8070004@riseup.net> <54E1567A.90709@hireahit.com>
 <c0e17374bc441f241698b7109078ec67@openmailbox.org>
 <54E275A2.1000504@hireahit.com>
 <09d5a9b487d27800ec940b29c17da3cc@openmailbox.org>
X-Mailer: Evolution 3.4.4-3 
Mime-Version: 1.0
Subject: Re: [tor-talk] Tor over SSH (torsocks) (?)
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1248812596500272087=="
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>


--===============1248812596500272087==
Content-Type: multipart/signed; micalg="pgp-sha512";
	protocol="application/pgp-signature"; boundary="=-uLHWtVgZhJoQh1+O8rvg"


--=-uLHWtVgZhJoQh1+O8rvg
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Wed, 2015-02-18 at 14:12 +0000, blobby@openmailbox.org wrote:=20
> At the same time, perhaps I'm wrong and it's easy to set-up a hidden=20
> server to look for SSH connections? Perhaps I'm assuming that things are=
=20
> harder than they are in order to persuade myself not to learn. I'm also=
=20
> "time poor" at the moment which doesn't help!

Step 1: Install Tor ('apt-get install tor' on Debian)
Step 2: Create a directory where the HS data will be stored=20
        ('mkdir /var/lib/tor/ssh-hs && chown debian-tor.debian-tor /var/lib=
/tor/ssh-hs'
        on Debian, as root)
Step 3: Add the following lines to the Tor configuration file:
        (/etc/tor/torrc on Debian):

          HiddenServiceDir /var/lib/tor/ssh-hs/
          HiddenServicePort 22 127.0.0.1:22

Step 4: Make Tor reload its configuration file ('service tor reload') or
        simply restart Tor ('service tor restart').
Step 5: Read the hidden service address from
        /var/lib/tor/ssh-hs/hostname, write it down somewhere.

Once Tor has had a couple of minutes to get the service descriptor onto the
network, try to connect ('usewithtor ssh your_hs_address.onion').

It's definitely not more complicated than setting up a VPN or much more
complicated than using SSH in general.


--ll

--=-uLHWtVgZhJoQh1+O8rvg
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iQIcBAABCgAGBQJU5LaBAAoJEFhtKt5tmcUSn6gP/ippSwkMdvUBx4idhipWAj3L
JJAwaAwyaysTzYws9G8qoPclThoQhu9N6CsUZOaBV6dSmWyFPFq/uoSnEfNUeQVe
btBMxpcDABnHtkocPPUcBhXvz21qLhbNyGv78ZAMap4X8f8orFd6k3VaB+EkMQ8d
UVsso37Px7bKcdVFgKlIAbAm91ImnkYOtshy1rYI6u50hLE3pxCiiEZJWdKKo55J
ztWVpZQydDyxBCyJgH4WTlU3x9q3YPSgE6w3og5OigGfMJEF+F3b91jLBVtgR89o
vc5bRcd5yAKBFE/KNf2UGlkg82ryv4cISws8/L0ultBKXnZPBlUaSyA0LhHtjtzT
MrVMa6egazBSmYE1eMVMrLL5cxsPJLMZ2qYkzawGuzuh2y5P0ah71l2KMEwEsLjr
0XinH1uYMf4ZiYp1qgBEVlrMw6kBAc9v3N6WxmsvjojQOdSuLpZjeUUzO6y41jwI
7q2jIqgkNOho6NXNo/xNWkVCHb3eCSJ7IF03JOXvYU/+lx7iq79gYWMJ30c6uZh/
wO2ZMhdc2LhjP2OQ2/jvfeJ825goYN8EeahHZP+cak9nRqMxyOQbwdxTlfYaYgcc
q8ZL2d6fA/zUVXge0U92k8clzAJPV9t9DoeBeScOIwtsB6yUZ3M+vwt/OejgvvM0
cokkIto2+tWx+po97cOK
=3u3v
-----END PGP SIGNATURE-----

--=-uLHWtVgZhJoQh1+O8rvg--


--===============1248812596500272087==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

--===============1248812596500272087==--

