linux 服务器 git ssh获取资源


1、.ssh文件生成
需要root用户登录,登录后 会在当前root用户文件夹下生成.ssh文件
2、命令生成私钥公钥
ssh-keygen
直接连续回车完成生成
linux 服务器 git ssh获取资源
3、配置公钥私钥

私钥:id_rsa 公钥:id_rsa.pub
登录github,设置公钥
linux 服务器 git ssh获取资源

linux 服务器 git ssh获取资源
注意:如果直接复制存在问题,可以下载到windows,再复制拷贝到需要配置参数。
结果如下:
linux 服务器 git ssh获取资源

4、用ssh方式进行jenkins部署
linux 服务器 git ssh获取资源
设置私钥id_rsa文件内容
linux 服务器 git ssh获取资源

原创文章,作者:bd101bd101,如若转载,请注明出处:https://blog.ytso.com/268315.html

(0)
上一篇 2022年6月19日
下一篇 2022年6月19日

相关推荐

发表回复

登录后才能评论