Re: Need help - build "Execute Shell"

2020-07-29 Thread jeremy mordkoff
Normally a SSH keypair is created on the client (in your case the jenkins server) and then the public key is copied to the server. This is more secure because the private key is created on the client and is never copied anywhere else. This level of security is rarely needed or enforced in a

Re: Need help - build "Execute Shell"

2020-07-29 Thread sakshira...@gmail.com
thanks, i try this way . Could you please also suggest Create an SSH key pair this step should be executed on jenkins server or ssh server. till now i have executed on ssh server On Wednesday, July 29, 2020 at 2:38:02 PM UTC+2 ice...@googlemail.com wrote: > >>- >> >> >>

Re: Need help - build "Execute Shell"

2020-07-29 Thread 'Björn Pedersen' via Jenkins Users
>- > > >Create an SSH key pair (public/private) Ran the command “ssh-keygen -t >rsa -C "Jenkins agent key" -f "jenkinsAgent_rsa" “ >- > >Create an SSH credential in the Jenkins machine and put the private >key there Created the credentials and put

Re: Need help - build "Execute Shell"

2020-07-29 Thread sakshira...@gmail.com
and how it worked for you: ssh password less connection works fine (using rsa public key). i followed below steps to do this: i followed below steps to resolve it till now but didnt work: - Create an SSH key pair (public/private) Ran the command “ssh-keygen -t rsa -C "Jenkins

Re: Need help - build "Execute Shell"

2020-07-29 Thread sakshira...@gmail.com
by any chance this issue is resolved for you ? if yes then how ? please advise. On Thursday, July 16, 2020 at 10:27:40 AM UTC+2 shrik...@gmail.com wrote: > Jenkins ver. 2.190.3 on RHEL-7.7 > > Hello Jenkins Gurus / Users, > Has anyone come across similar issues as me &

Re: Need help - build "Execute Shell"

2020-07-20 Thread Sakshi Rathore
I am also facing same kind of issue : 0 I have a absh script which connects and exexutes programs from my local to remote server and now this should be executed from jenkins build so for this jenkins is taking continous changes from git

Need help - build "Execute Shell"

2020-07-16 Thread Shrikant Nayak
Jenkins ver. 2.190.3 on RHEL-7.7 Hello Jenkins Gurus / Users, Has anyone come across similar issues as me & resolved? ssh password less connection works fine (using rsa public key). my shell script works fine if I run from command prompt in Jenkins system; However the same