[tor-bugs] #2408 [Tor Relay]: "PublishServerDescriptor hidserv" publishes a public relay descriptor

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Feb 8 09:52:21 UTC 2011


#2408: "PublishServerDescriptor hidserv" publishes a public relay descriptor
-----------------------+----------------------------------------------------
 Reporter:  rransom    |       Owner:  rransom           
     Type:  defect     |      Status:  needs_review      
 Priority:  major      |   Milestone:  Tor: 0.2.1.x-final
Component:  Tor Relay  |     Version:                    
 Keywords:             |      Points:                    
   Parent:             |  
-----------------------+----------------------------------------------------

Comment(by rransom):

 Replying to [comment:2 arma]:
 > I'm too incompetent to checkout rransom's git repository. Can we set him
 up with a canonical Tor git?

 That might be desirable for security reasons, but it won't make it any
 easier for you to pull from my repository.

 Run the following commands once in each repository you want to fetch my
 branches into:

 {{{
 git remote add rransom ssh://mob@repo.or.cz/srv/git/tor/rransom.git
 git fetch rransom
 }}}

 The server should have a 1024-bit RSA SSH key with fingerprint
 `07:7a:5c:6c:39:b3:ac:a9:e5:70:5d:41:ba:a6:37:04`.

 Then run the following commands to check out a branch from my repository:

 {{{
 git fetch rransom
 git checkout remotes/rransom/$BRANCH_NAME
 }}}

 If you also want to start committing on top of my branch, run:

 {{{
 git checkout -b $BRANCH_NAME
 }}}

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


More information about the tor-bugs mailing list