staff/support: recommend ssh-keygen over sshign

Use the standard tool shipped with OpenSSH instead of asking users
to download a third-party tool.
This commit is contained in:
Simon Ser 2023-08-19 12:30:49 +00:00 committed by Drew DeVault
parent 7d2cd3b262
commit c76316edd8
1 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,11 @@ Preferred factors include:
- DKIM signatures on the email
- PGP signatures on the email
- SSH key challenges (see [sshign](https://git.sr.ht/~minus/sshign))
- SSH key challenges
- To sign: `ssh-keygen -Y sign -n file -f ~/.ssh/<key> message.txt`
- To verify: check that `ssh-keygen -l -f <key>` and
`ssh-keygen -Y check-novalidate -n file -s message.txt.sig <message.txt`
match
- DNS challenges on their mail server address or the domain in their profile
(e.g. "please add this random string to a DNS TXT record to verify your
identity")