[tor-bugs] #23947 [Obfuscation/Snowflake]: Move Snowflake proxy page somewhere devs can write
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Apr 6 20:11:20 UTC 2018
#23947: Move Snowflake proxy page somewhere devs can write
-----------------------------------+------------------------
Reporter: dcf | Owner: (none)
Type: project | Status: new
Priority: High | Milestone:
Component: Obfuscation/Snowflake | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
-----------------------------------+------------------------
Comment (by dcf):
Replying to [comment:8 arma]:
> Replying to [comment:7 arma]:
> > (1) David and Arlo should each confirm that they are able to edit the
current website.
Thanks for the instructions. It worked for me. ❄️
> Oh, and if while doing it you find bugs with the help.tpo tsa pages,
here's the place to fix them:
> https://gitweb.torproject.org/project/help/wiki.git/tree/tsa/doc
I hit one little snag. I wanted to check the fingerprint of staticiforme.
But ssh shows a hash of the public key and
https://db.torproject.org/machines.cgi?host=staticiforme shows the
unhashed key:
{{{
The authenticity of host 'staticiforme.torproject.org (<no hostip for
proxy command>)' can't be established.
ED25519 key fingerprint is
SHA256:Zey+40am+p8jbz6QMUkVNzpxvSkGGGKE8EB5Oxqiw1w.
}}}
{{{
ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAINaYC2kGzFeqQtmZp7UGYjqxcymHn9ujYlKBbf1x6pnF
root at staticiforme
}}}
There is probably some `ssh` option or subcommand I could have used, but
it turns out that hashing it manually works.
{{{
>>>
hashlib.sha256("AAAAC3NzaC1lZDI1NTE5AAAAINaYC2kGzFeqQtmZp7UGYjqxcymHn9ujYlKBbf1x6pnF".decode("base64")).digest().encode("base64")
'Zey+40am+p8jbz6QMUkVNzpxvSkGGGKE8EB5Oxqiw1w=\n'
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23947#comment:10>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list