Delivery-Date: Thu, 17 Jul 2014 18:11:35 -0400
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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY
	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 136D21E0C12
	for <archiver@seul.org>; Thu, 17 Jul 2014 18:11:33 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 60CF32FCC6;
	Thu, 17 Jul 2014 22:11:31 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 271C92FFB0
 for <tor-talk@lists.torproject.org>; Thu, 17 Jul 2014 22:01:35 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at eugeni.torproject.org
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 owiszWq0tSKy for <tor-talk@lists.torproject.org>;
 Thu, 17 Jul 2014 22:01:35 +0000 (UTC)
Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id EDA612FF48
 for <tor-talk@lists.torproject.org>; Thu, 17 Jul 2014 22:01:34 +0000 (UTC)
Received: from fruiteater.riseup.net (fruiteater-pn.riseup.net [10.0.1.74])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified))
 by mx1.riseup.net (Postfix) with ESMTPS id CC82A4F6F6
 for <tor-talk@lists.torproject.org>; Thu, 17 Jul 2014 15:01:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=riseup.net; s=squak;
 t=1405634491; bh=Mp3VP7LAtYoMjFqxcqB9RqGkTiicNRLjFsiM5NJygjo=;
 h=Date:From:To:Subject:Message-ID:References:MIME-Version:
 Content-Type:In-Reply-To;
 b=pFXXN26SBRWgSsoyv5Oj8Il+we6DsBz41oGvek8vkx2vgf4TsQ3k67FeO5PZlLfm+
 RFuoV8Hp72uLD6RA3MsvyRfxsCWBvTe9CDvS32iYse9uNfDgnHGq4RyCBbQWS7eAdf
 BpMjd0RetlaYaeVq0+WztTXVVo262WLfn+eRjQVo=
Received: from [127.0.0.1] (localhost [127.0.0.1])
 (Authenticated sender: obx@fruiteater.riseup.net)
 with ESMTPSA id 9E933E1F
Date: Thu, 17 Jul 2014 22:01:30 +0000
From: obx <obx@riseup.net>
To: tor-talk@lists.torproject.org
Message-ID: <20140717220130.GB3057@badger>
References: <1405371334.57906.YahooMailBasic@web122405.mail.ne1.yahoo.com>
 <CAD2Ti2-JS9s-AMvDHzdVtB8--Si62=xbJHhZeAQdeh7QVCx_Uw@mail.gmail.com>
 <53C497E6.4060403@riseup.net>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <53C497E6.4060403@riseup.net>
Subject: Re: [tor-talk] Tor and SSH?
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: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

> Please say more about setting up the socat tunnel with Tor. The socat
> manpage is complex, and coverage in
> https://trac.torproject.org/projects/tor/wiki/doc/SupportPrograms is
> somewhat confusing.

socat is overkill to do this. checkout connect-proxy.

Here's the ProxyCommand line from my ~/.ssh/config

	ProxyCommand connect -S 127.0.0.1:9050 %h %p

On debian based systems, it's

	apt-get install connect-proxy

-- 
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

