http://blog.chinaunix.net/uid-9793706-id-3459966.html
- ssh-keygen -t dsa -C "email.xxx" -f ~/.ssh/xxx
以上命令在~/.ssh/下生成xxx密钥对
- Host github.com www.github.com
- IdentityFile ~/.ssh/code_github
- Host bitbucket.org www.bitbucket.org
- IdentityFile ~/.ssh/code_bitbucket