Centos7下生成
- 生成公钥
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
- 查看公钥
# 默认在此目录下
cd ~/.ssh/
cat id_rsa.pub
window下生成
tips: 需安装git
- 打开 Git Bash
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
- 查看公钥
# windows系统下一般在用户目录下的.ssh目录下
参考网站 : https://help.github.com/artic...
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。