we log your identity fingerprint on startup now, and hopefully that's easier for people to find correctly.
Roger Dingledine

Roger Dingledine commited on 2006-10-11 22:05:06
Zeige 1 geänderte Dateien mit 9 Einfügungen und 2 Löschungen.

... ...
@@ -317,11 +317,18 @@ include the following information in the message:
317 317
 </p>
318 318
 <ul>
319 319
 <li>Your server's nickname</li>
320
-<li>The fingerprint for your server's key (the contents of the
321
-"fingerprint" file in your DataDirectory &mdash; on Windows, look in
320
+<li>The fingerprint for your server's identity key. This is <a
321
+href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#Logs">logged</a>
322
+at startup:
323
+something like "<tt>moria1 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434
324
+C437 0441</tt>".
325
+<!--
326
+It is also written to the "fingerprint" file in your DataDirectory.
327
+&mdash; on Windows, look in
322 328
 \<i>username</i>\Application&nbsp;Data\tor\ or \Application&nbsp;Data\tor\;
323 329
 on OS X, look in /Library/Tor/var/lib/tor/; and on Linux/BSD/Unix,
324 330
 look in /var/lib/tor or ~/.tor)
331
+-->
325 332
 </li>
326 333
 <li>Who you are, so we know whom to contact if a problem arises</li>
327 334
 <li>What kind of connectivity the new server will have</li>
328 335