[tor-bugs] #32848 [Core Tor]: torsocks autentication clarification

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Dec 27 01:00:39 UTC 2019


#32848: torsocks autentication clarification
-------------------------+--------------------------
 Reporter:  toruser2019  |          Owner:  (none)
     Type:  defect       |         Status:  new
 Priority:  Medium       |      Component:  Core Tor
  Version:               |       Severity:  Normal
 Keywords:               |  Actual Points:
Parent ID:               |         Points:
 Reviewer:               |        Sponsor:
-------------------------+--------------------------
 I need a bit more clarification on these options, I am not sure I
 understand it correctly.
 To avoid confusion between terms (client, server, socks, proxy, etc), I
 better explain exactly what I am doing:

 I use commands like torsocks with wget to get content from .onion
 website(s), like so:

 **torsocks wget somewebsite12345.onion/file.html**

 but network is not very reliable and I want to try that from additional
 locations (additional "tor clients" I guess).

 I understand I can configure my additional servers to connect to tor, I
 did this by enabling this in my second server **torrc** file:

 # listen on own server 2 IP
 SOCKSPort 2.2.2.2:9050

 # allow connections from server 1 IP
 SOCKSPolicy accept 1.1.1.1
 SOCKSPolicy reject *

 So now from my server 1.1.1.1 I can connect to tor network using second
 server like this:

 **torsocks --address 2.2.2.2 wget somewebsite12345.onion/file.html**

 But my server 1 IP is not static, considering all the many options inside
 **torrc** and **torsocks.conf** , is there an option to configure
 autentication for the above ? (So I can then set server 2 torrc file to
 allow connections from any ip).

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32848>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list