Jenkins Publish over ssh authentification failed with private key

前端 未结 10 1092
小鲜肉
小鲜肉 2021-01-13 07:39

I can authenticate successfully with putty on the server with my private key and passphrase. But when I try to do it with jenkins publish o

10条回答
  •  既然无缘
    2021-01-13 08:05

    Don't do any ssh-keygen. Just enter the pem key details under key field, Add SSH server details: Name, Hostname and Username as ec2-user. Click test connection and it works.

提交回复
热议问题