若jenkins所在服务器为A,则在发布项目的B服务器上生成公/秘钥以后,不仅要把秘钥复制到jenkins,还需要把公钥添加到B服务器的authorized_keys中:cat id_rsa.pub >> ~/.ssh/authorized_keys,并对.ssh文件设置权限:chmod 700 -R .ssh
jenkins通过密码连接服务器成功但通过秘钥连接失败
最新推荐文章于 2024-10-18 15:58:02 发布
若jenkins所在服务器为A,则在发布项目的B服务器上生成公/秘钥以后,不仅要把秘钥复制到jenkins,还需要把公钥添加到B服务器的authorized_keys中:cat id_rsa.pub >> ~/.ssh/authorized_keys,并对.ssh文件设置权限:chmod 700 -R .ssh