From c76316edd87e52096c18d61eb14c0ffa8a4db390 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 19 Aug 2023 12:30:49 +0000 Subject: staff/support: recommend ssh-keygen over sshign Use the standard tool shipped with OpenSSH instead of asking users to download a third-party tool. --- staff/support.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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/ message.txt` + - To verify: check that `ssh-keygen -l -f ` and + `ssh-keygen -Y check-novalidate -n file -s message.txt.sig