How to refer to the private key generated by sshagent plugin?

2019-02-15 Thread ZillaYT
I want to run a packer build in my Jenkins pipeline to create an AWS AMI. Packer needs an ssh key to connect to AWS, but we don't store the private key in our ephemeral Jenkins slaves that run in a Docker container. I therefore was thinking of using the sshagent plugin, and want to do this ssha

Re: How to refer to the private key generated by sshagent plugin?

2019-04-04 Thread Edwin Makiuchi
Hi ZillaYT, Can you let me know if you found a solution to this issue? Thanks, Edwin On Friday, February 15, 2019 at 11:14:46 AM UTC-8, ZillaYT wrote: > > I want to run a packer build in my Jenkins pipeline to create an AWS AMI. > Packer needs an ssh key to connect to AWS, but we don't store th

Re: How to refer to the private key generated by sshagent plugin?

2019-04-05 Thread ZillaYT
I have no solution. I saw your post that reference this one so hopefully someone will answer yours. On Thursday, April 4, 2019 at 1:26:33 PM UTC-4, Edwin Makiuchi wrote: > > Hi ZillaYT, > > Can you let me know if you found a solution to this issue? > > Thanks, > Edwin > > On Friday, February 15,