centos8 Publish over SSH

centos8 成jenkins sshkey

ssh-keygen -t rsa -C "jenkins" -m PEM -P "" -f /root/.ssh/id_rsa

  将生成的公钥拷贝到authorized_keys

cat id_rsa.pub >> authorized_keys

  

 

posted on 2021-04-19 13:57  diguaer  阅读(43)  评论(0编辑  收藏  举报

导航