I have a bastion server/jump box that users authenticate to using ldap authentication and it gives them keyed ssh access to all of the other servers on the network. These servers are not accessible from anywhere other than this jump box.
I need a way to have Rundeck auth through the jump box when making it's outbound ssh connections to the nodes.
I realize I could write a wrapper script that would run locally but the issue there is that I will not have access to the Rundeck Node list to tell it what server to execute against.
Has anyone done this successfully, either with a tunnel or some other method?