I’m attempting to use the Publish Over SSH plugin to tunnel from Jenkins, through a (publicly facing, in AWS) Bastion Host, into a (private, in AWS) application server.
Some additional information: - I can tunnel to my private app server, locally, after using the ssh-add -K mysecret.pem, and running ssh -A ec2-user@<my bastion ip> and then ssh ubuntu@<my private server ip> - Currently, the ssh key is shared across Bastion Host and private app server, but likely wouldn’t be in the future - I’m attempting to use the “Jump host” section to define the ip address of the Bastion Host, and filling out the required sections (Name, Hostname, Remote Directory) for the application server Some potential sources of problem: - My Bastion Host has a default user of ‘ec2-user’, whereas my application server’s default user is ‘ubuntu’, but there doesn’t seem to be a way to configure a different user for a “jump host” Any suggestions you can provide are greatly appreciated. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/56c62420-541e-4875-9fd2-3ffd06256115%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
