Centos7下生成
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
# 默認在此目錄下 cd ~/.ssh/ cat id_rsa.pub
window下生成
tips: 需安裝gitgit
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
# windows系統下通常在用戶目錄下的.ssh目錄下
參考網站 : https://help.github.com/artic...