码迷,mamicode.com
首页 > 其他好文 > 详细

? GitLab配置ssh key

时间:2020-02-29 22:20:51      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:cat   公钥   src   gitlab   配置   read   ssh   增加   enter   

? GitLab配置ssh key

硬件:

MacBook Pro

需求:

系统生成Key,并配置到GitLab上

步骤:

1.本地生成ssh公钥和私钥对
2.查看本机ssh公钥
3.在GitLab增加SSH Kyes

1.本地生成ssh公钥和私钥对

ssh-keygen -t rsa -C 'xxx@xxx.com' 然后一路回车(-C 参数是你的邮箱地址)
Enter file in which to save the key (/Users/steve/.ssh/id_rsa): 回车

出现:

/Users/steve/.ssh/id_rsa already exists.

表示.ssh/id_rsa已经

输入:y  (重新覆盖)
输入:n  (不覆盖)

设置你的密码(位数不要太短,尽量设置6位)
技术图片

2.查看本机ssh公钥

cat ~/.ssh/id_rsa.pub

技术图片

3.在GitLab增加SSH Kyes

技术图片

? GitLab配置ssh key

标签:cat   公钥   src   gitlab   配置   read   ssh   增加   enter   

原文地址:https://www.cnblogs.com/zhuyuliang/p/12386394.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!