Browse Source

Require authentication on all Tor control ports

Closes 21461, bugfix on 19765.
teor 7 years ago
parent
commit
84ccf71356
2 changed files with 1 additions and 1 deletions
  1. 0 1
      torrc_templates/client.tmpl
  2. 1 0
      torrc_templates/common.i

+ 0 - 1
torrc_templates/client.tmpl

@@ -1,6 +1,5 @@
 ${include:common.i}
 SocksPort $socksport
-CookieAuthentication 1
 
 #NOTE: Setting TestingClientConsensusDownloadSchedule doesn't
 #      help -- dl_stats.schedule is not DL_SCHED_CONSENSUS

+ 1 - 0
torrc_templates/common.i

@@ -48,3 +48,4 @@ DisableDebuggerAttachment 0
 ${authorities}
 
 ControlPort $controlport
+CookieAuthentication 1