Closed
Description
- Gitea version (or commit ref): 1.8.3
Description
If I do a cat ~/.ssh/id_rsa.pub
and copy paste it in Gitea to the textarea to add a new deploy key, I get the error "Can not verify your SSH key: extractTypeFromBase64Key: invalid key format: illegal base64 data at input byte 168"
If I remove the line break in the middle, it works.
It seems that Gitea doesn't handle line returns inside keys.