Closed
Description
Feature Description
SSH signatures are only recognized on commits with real email addresses:
gitea/models/asymkey/ssh_key_commit_verification.go
Lines 39 to 45 in 6fe756d
For comparison, GPG signatures include NOREPLY logic already:
gitea/models/asymkey/gpg_key.go
Lines 272 to 274 in 0ebb45c
Should there be similar logic for SSH signatures? Otherwise I'd need to reveal my real email address in order to use SSH signatures.
Screenshots
No response