Re: Problem with Publish over SSH

2021-03-08 Thread nosl...@hotmail.com
he key > is located. > > On Sat, Mar 6, 2021 at 12:52 AM Arnaud bourree > wrote: > >> Hi, >> >> You should use id_rsa which is private key and add id_rsa.pub which is >> public key to allowed keys in target platform. >> >> Regards >> >&

Problem with Publish over SSH

2021-03-05 Thread nosl...@hotmail.com
I am running Jenkins on UBuntu on a Vagrant VM I created the ssh keys in ~/.ssh >From Jenkins > Configure > Publish over SSH, in the Path to key I enter "/home/vagrant/.ssh/id_rsa.pub" I get a "No such file: '/home/vagrant/.ssh/id_rsa.pub"" error. Why doesn't Jenkins see this file? Thanks