I'v recently create a new ssh key like this : https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
I successfully tested the key like this : https://help.github.com/en/github/authenticating-to-github/testing-your-ssh-connection
and even tries to troubleshoot ssh key problems: https://help.github.com/en/github/authenticating-to-github/error-permission-denied-publickey
I can clone my own private repositories in ssh. But i CAN'T clone or interact in ssh with my organisation repositorie.
The fact is that i CAN clone/push/interact with my organisation repos in HTTPS.
I am a member of a team in this organisation and i have all the right on the repositories in https.
My question is : how is it possible that my ssh key works with my private repos in ssh but not with my organisations repos and how to fix it ?