On Fri, 20 Jan 2012 17:26:15 +0530 "J. Bakshi" <[email protected]> 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 _______________________________________________ tor-talk mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
