git生成sshkey
文章目录
ssh-keygen -t rsa -b 4096 -C “your_email@example.com”
ref: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
ssh-keygen -t rsa -b 4096 -C “your_email@example.com”
ref: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/