Crea una tecla SSH
ssh-keygen -t rsa -C "[email protected]"
Mysterious Moth
ssh-keygen -t rsa -C "[email protected]"
Create ssh key https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/
`ssh-keygen` or `ssh-keygen -f naming.rsa` to set a desired name
cat ~/.ssh/id_rsa.pub | pbcopy .
paste it in your app github/bitbucket