ssh-keygen -t rsa -C "for bitbucket myhome" -f ~/.ssh/id_bitbucket
# bit bucket Host bitbucket.org User git Port 22 HostName bitbucket.org TCPKeepAlive yes IdentitiesOnly yes IdentityFile ~/.ssh/bitbucket.ppk
ssh -T git@bitbucket
clone | git clone [email protected]:teamsinspace/リポジトリ名.git |