其他分享
首页 > 其他分享> > openssl 转 RSA

openssl 转 RSA

作者:互联网

说明:因为Jenkins配置ssh凭据需要RSA格式的,所以需要openssl 转 RSA才行

1.安装putty

yum install putty

2.生成PPK

puttygen id_rsa -o jenkins.ppk

3.生成RAS

puttygen jenkins.ppk -O private-openssh -o jenkins_id_rsa

标签:ppk,openssl,rsa,putty,jenkins,RSA,id
来源: https://www.cnblogs.com/4ykio/p/16502089.html