[tor-bugs] #9013 [BridgeDB]: BridgeDB should pass pluggable transport shared-secrets to clients

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Oct 22 08:39:14 UTC 2013


#9013: BridgeDB should pass pluggable transport shared-secrets to clients
--------------------------+-------------------------------
     Reporter:  asn       |      Owner:  isis
         Type:  defect    |     Status:  needs_information
     Priority:  major     |  Milestone:
    Component:  BridgeDB  |    Version:
   Resolution:            |   Keywords:  pt
Actual Points:            |  Parent ID:
       Points:            |
--------------------------+-------------------------------

Comment (by phw):

 For the record: all that ScrambleSuit adds is a `password` argument which
 can look like this: `password=LLDNOWV7I4P6RKFJMDEMIY2GNU2IQISA`. The
 argument consists of 20 random bytes encoded with Base32.

 In my client's torrc, I would put:
 {{{
 Bridge scramblesuit a.b.c.d:1234 password=LLDNOWV7I4P6RKFJMDEMIY2GNU2IQISA
 }}}

 In my server's torrc, I would put:
 {{{
 ServerTransportListenAddr scramblesuit a.b.c.d:1234
 ServerTransportOptions scramblesuit
 password=LLDNOWV7I4P6RKFJMDEMIY2GNU2IQISA
 }}}

 Let me know if I can help with anything.

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


More information about the tor-bugs mailing list