ssh-keygen -t rsa -C "for bitbucket myhome" -f ~/.ssh/id_bitbucket
Host bitbucket User git Port 22 HostName bitbucket.org identityFile ~/.ssh/id_bitbucket TCPKeepAlive yes IdentitiesOnly yes
ssh -T bitbucket