[tor-talk] tor-bundle , ssh , torsock howto ?

Andrew Lewman andrew at torproject.org
Fri Jan 20 20:34:25 UTC 2012


On Fri, 20 Jan 2012 17:26:15 +0530
"J. Bakshi" <bakshi12 at gmail.com> wrote:
> I have tor-browser-bundle running. how can I use ssh with the tor
> running inside this browser bundle ? I have installed torsocks
> already. Is torsocks is better ? Confused... Please help.

Here's what I use:

when sshing through tor to public IP:

ProxyCommand socat -
SOCKS4A:localhost:(ip_address_here):22,socksport=9050

when sshing to hidden service:

ProxyCommand socat -
SOCKS4A:localhost:hiddenservicehere.onion:22,socksport=9050

It helps to setup an ssh config file and use those commands inside a
Host container.

-- 
Andrew
http://tpo.is/contact
pgp 0x74ED336B


More information about the tor-talk mailing list