Running scripts in remote server using Rundeck 4.10

235 Views Asked by At

I have Rundeck community version 4.10. I have some remote nodes where the job will run some scripts on remoe node to start applications. I used SSHJ-SSH configuration for my project under Rundeck forDefault Node Executor and Default File Copier.

When I execute job from Rundeck on remote node to start application, its starting and within no time, the process is getting killed automatically and job status is shown as succeeded.

Are there any additional changes to be done on server also for rundeck configuration files?

Has any one got this issue?

1

There are 1 best solutions below

0
Vanaan On

I changed Project configuration on Rundeck GUI. I used OpenSSH/Executor with private key option. Then it worked fine.