aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-08-19 12:30:49 +0000
committerDrew DeVault <sir@cmpwn.com>2023-09-01 11:04:15 +0200
commitc76316edd87e52096c18d61eb14c0ffa8a4db390 (patch)
treeef716ae82d37edd19b69d7521ce25006e0727055
parent7d2cd3b262d2b4b8a243de5e6a0de7b88ecc0e4f (diff)
downloadsr.ht-docs-c76316edd87e52096c18d61eb14c0ffa8a4db390.tar.gz
staff/support: recommend ssh-keygen over sshign
Use the standard tool shipped with OpenSSH instead of asking users to download a third-party tool.
-rw-r--r--staff/support.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/staff/support.md b/staff/support.md
index 8266916..dfe7951 100644
--- a/staff/support.md
+++ b/staff/support.md
@@ -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")