Fedora 33 git pull Permission denied (publickey)

I recently ran into this issue with git pull on Fedora 33, here is a quick fix to keep your current key pairs working

vim ~/.ssh/config
## Add the following lines at the top
Host *
    PubkeyAcceptedKeyTypes +rsa-sha2-256,rsa-sha2-512
Add to my src(0)

No account yet? Register