--- title: Support procedures --- How to handle various common support issues. ## General support procedure Support emails come in to the [sr.ht-support] mailing list, which you should have read/write access to. When you intend to field a support request, mention the email in the sr.ht-staff IRC channel to avoid conflicts with other staff who might be looking at it. [sr.ht-support]: https://lists.sr.ht/~sircmpwn/sr.ht-support ### Identity verification User identities need to be verified, and accounts with two factor authentication must be verified with two factors, before any disclosure of account information via email or any modifications to their account. Preferred factors include: - DKIM signatures on the email - PGP signatures on the email - 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