Hi All, I am trying to execute SSH on a remote server, which includes a gateway server in between to contact it. I was not able to run my commands directly on the main server. I should do a SSH to the gateway server and then from there the main server. I am using the existing SSH plugins available in Jenkins through which i could connect to gateway server. But I couldn't write one more SSH shell script since the main server requires password and SSH doesn't allow sending password in command line.
How can i sort this issue?? Does Jenkins provide a way to achieve this scenario? Thanks in advance.
