I just installed Gitea 1.27.3 on Ubuntu 26.04. I’m trying to add an SSH key, but I can’t verify it. The command to generate the armored SSH signature works fine, but when I paste the text and hit the Verify button, I always get the response “The provided SSH key, signature or token do not match, or the token is out-of-date.”
I created the SSH key (ED25519) today. I made sure that I pasted the correct public key and the correct armored SSH signature. I tried extra newlines at the end, at the beginning, and both, in the armored signature. No dice. Is there any way for me to determine what the problem is? Thanks.
Edit: The /var/lib/gitea/log directory is empty. Also, the same question was asked here in 2023, but was never answered.