On Viernes 20 enero 2012 10:03:28 J. Bakshi escribió: > On Fri, 20 Jan 2012 17:26:15 +0530 > > "J. Bakshi" <[email protected]> wrote: > > Dear list, > > > > 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. > > > > Thanks > tortunnel+ssh+proxychains.
Using TorTunnel, it initiates the connection to an output node: ./torproxy 24.141.199.42 torproxy 0.2 by Moxie Marlinspike. Retrieving directory listing… Connecting to exit node: 24.141.199.42:443 SSL Connection to node complete. Setting up circuit. Connected to Exit Node. SOCKS proxy ready on 5060. SOCKS service started on port 5060. Now set the SSH local bridge: ssh -L 5050:127.0.0.1:5060 -CN -f [email protected] configuration file proxychains located in / etc / proxychains.conf and defined as a SOCKS server on port 5050 : socks5 127.0.0.1 5050 or you can use option Socks5Proxy in your torrc Socks5Proxy 127.0.0.1:5050 sorry for my English, I read it but not write it!!!!!. ___________________________________ __________________________________________ Key ID :0x4EFA155F379D2F00 hkp://wwwkeys.eu.pgp.net "Try Linux and your soul will rest in peace" _______________________________________________ tor-talk mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
