############################################################################
None of the supplied SSH keys matched a known key for user `alexsondesa06`
Known ssh key fingerprints for `alexsondesa06`:
* Hidden for obvious reasons
Please make sure you've configured your keys correctly.
https://balena.io/docs/getting-started/#adding-an-ssh-key
############################################################################
alexsondesa06@git.balena-cloud.com: Permission denied (publickey,keyboard-interactive).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I’ve been having this error everytime since I try to git push. The keys are the same on GitHub and on Balena. Any help would be appreciated, it may be stupid but I’m new to this and know nothing so sorry.
Thanks, Alex.
Hi there, normally it is sufficient to add your private key to a locally running ssh-agent instance (you can verify your key is added by running ssh-add -l). Then as long as the correpsondign public key is loaded int he [balenaCloud dashboard](https://dashboard.balena-cloud.com/preferences/sshkeys), you should be able to git push balena …`