Configuring Jenkins with SSH jump hosts
问题 How do I configure SSH connections in jenkins, when I have an intermediate bastion with its own user and key like this: Host jump User user1 HostName jumpdns IdentityFile /Users/myname/.ssh/jumpkey.pem Host server User user2 HostName serverdns IdentityFile /Users/myname/.ssh/serverkey.pem ForwardAgent yes ProxyJump jump This works on cli as ssh server . But I dont know how to encode that into my jenkins that is running locally in my laptop from within my user and not as a separate jenkins