美文网首页
SSH Key 生成

SSH Key 生成

作者: 逍遥庄主 | 来源:发表于2019-03-14 14:14 被阅读0次

生成命令

ssh-keygen -t rsa -C"github邮箱"

添加

ssh-add ~/.ssh/id_rsa

查看

cat /Users/本机名/.ssh/id_rsa.pub

前提是没有生成过ssh-key 可以使用ls -al ~/.ssh查看本地是否存在key

No such file or directory(没有)

id_rsa        id_rsa.pub(有key)直接执行查看命令即可

相关文章

网友评论

      本文标题:SSH Key 生成

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