Which fingerprint?
Problem to solve
I think this paragraph needs clarification:
You'll need to replace
<IP ADDRESS>
,<PORT>
, and<FINGERPRINT>
with the actual values, which you can find in the tor log. Make sure to use<FINGERPRINT>
, not<HASHED FINGERPRINT>
; and that<PORT>
is the obfs4 port you chose - and not the OR port.
The Tor logs list 3 different fingerprints.
Your Tor server's identity key fingerprint <fingerprint>
Your Tor bridge's hashed identity key fingerprint <fingerprint>
Your Tor server's identity key ed25519 fingerprint <fingerprint>
Further details
- Link to the page: https://gitlab.torproject.org/tpo/web/community/-/blob/main/content/relay/setup/bridge/post-install/contents.lr
Proposal
Correct me if I'm wrong - I think the correct fingerprint is the first one, "your Tor server identity key". This is how I would rewrite it:
Make sure to use your Tor server's identity key fingerprint, not the hashed bridge key or the ed25519 key;
Edited by harpia