ssh秘钥从window迁移到linux

背景:

多次搭建新项目,在本地window调试完后,把代码推送到gitlab上,从linux服务器上拉取代码时,发现要配置ssh秘钥信息,于是经过一系列操作弄完配置,记录备忘。

前提:

在本地windows中生成了秘钥信息,存放在目录C:\Users\admin\.ssh下:

 同时在gitlab中配置好了对应的公钥 

迁移到linux系统:

进入到用户目录下.ssh目录中,这里是/root/.ssh

 

然后将window中ssh的秘钥信息id_rsa、id_rsa.pub、known_hosts拷贝到/root/.ssh该目录下,这里我使用的rz目录从本地拷贝文件:

遇到的问题:

1.linux系统中不能识别内部gitlab服务地址,于是在/etc/hosts中添加映射: ip gitlab.xxxxxx.local

ssh: Could not resolve hostname gitlab.xxxxxx.local: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

2.私钥文件权限过大提示如下,改动id_rsa文件权限即可:chmod 600 id_rsa

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for '/root/.ssh/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key "/root/.ssh/id_rsa": bad permissions
git@gitlab.xxxxxx.local: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值