ssh-keygen
ssh-keygen -f ~/.ssh/id_rsa_corp
Host *
HostName *
User *
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
Host git-corp
HostName bitbucket.org
User andre.oliveira
IdentityFile ~/.ssh/id_rsa_corp
IdentitiesOnly yes
git clone [email protected]:git-corp/project.git