ssh证书配置
1. 配置用户访问服务器证书
/root/.ssh/authorized_keys 文件
2. 配置代码拉取秘钥 【/root/.ssh/config 文件】
#gitee
Host gitee.com
HostName gitee.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/gitee_id_rsa
#云效
Host codeup.aliyun.com
HostName codeup.aliyun.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/yx_id_rsa