On Thu, Mar 20, 2008 at 05:17:18PM -0400, [EMAIL PROTECTED] wrote: > Hi, > > I connect to servers through SSH on port 22 with Tor: The SSH client > connects to localhost:9050 and privoxy does the job with Tor. > > I connect to the server IP, like 1.2.3.4 > Is there a way to select an exit node so that all connections to > the 1.2.3.4, or even better to 1.2.3.4:22 use this exit node? As the > MapAddress for http?
Sure. Just do Mapaddress 1.2.3.4 1.2.3.4.servername.exit This will effect all connections to 1.2.3.4, not just those to port 22.

