美文网首页
git SSH keys

git SSH keys

作者: 许道龙 | 来源:发表于2016-07-15 08:40 被阅读0次

查看已有的ssh

ls -al ~/.ssh

生成ssh,可设置密码

ssh-keygen -t rsa -b 4096 -C "xudaolong@vip.qq.com"

添加到ssh-agent代理,检测

eval "$(ssh-agent -s)"

添加到指定的代理

$ ssh-add ~/.ssh/id_rsa

复制.pub的数据到指定的key

相关文章

网友评论

      本文标题:git SSH keys

      本文链接:https://www.haomeiwen.com/subject/mfoejttx.html