SSH 公钥创建
打开你的linux 输入
1 | ssh-keygen -t rsa -C "[email protected]" |
“[email protected]”填写你自己的email 不要填写示例的
一路回车
1 | Enter file in which to save the key (/root/.ssh/id_rsa): |
切换到ssh目录
1 | cd .ssh |
用cat、 vim、 或者nano 把秘钥复制出来或者在下载到你的电脑上
1 | cat id_rsa.pub |
这样就会显示你的秘钥
懒的调格式了 就这样吧