I've had an ed25519 key in multiple forgejo instances. But Codeberg is the only one that is not working properly. My SSH key is verified in the Codeberg user settings page. But I'm unable to download any repositories using the SSH option, all downloads take a while to throw some output and the final feedback is the same for every Codeberg repository:
git@codeberg.org: Permission denied (publickey).
fatal: No se pudo leer del repositorio remoto.
Testing with ssh -T git@codeberg.org also throws the same error:
git@codeberg.org: Permission denied (publickey).
Is this a recent error in the platform? I'm not really fond of asking software if it wants to work or not 😅, does Codeberg offer an alternative way to download these repositories in a secure or even forced way if urgency calls for it?
Edit 1: I already tried running ssh-keygen -R codeberg.org but cloning still fails.
### Comment
I've had an `ed25519` key in multiple forgejo instances. But Codeberg is the only one that is not working properly. My SSH key is verified in the Codeberg user settings page. But I'm unable to download any repositories using the SSH option, all downloads take a while to throw some output and the final feedback is the same for every Codeberg repository:
```shell
git@codeberg.org: Permission denied (publickey).
fatal: No se pudo leer del repositorio remoto.
```
Testing with `ssh -T git@codeberg.org` also throws the same error:
```shell
git@codeberg.org: Permission denied (publickey).
```
Is this a recent error in the platform? I'm not really fond of asking software if it wants to work or not 😅, does Codeberg offer an alternative way to download these repositories in a secure or even forced way if urgency calls for it?
Edit 1: I already tried running ` ssh-keygen -R codeberg.org` but cloning still fails.