SSH Key 生成

生成命令

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 生成)