ec2-plugin
ec2-plugin copied to clipboard
Support native SSH client for interaction with slave.
This will allow chose to use of native ssh/scp to configure slave node. Helps to overcome limitations of java-based ssh client, e.g. launch slaves in different VPC and access them through jumphost (can be configured using system ssh config file)
I'd really like to use that plugin but the lack of jump host support just prevents me to do so. So 👍
@neigor this is an awesome PR :+1: :+1:
I didnt realize at first that the ssh subprocess setting didn't also pertain to the initial bootstrapping of the node. Anyways, yeah this worked great for me. Crossing my fingers this gets merged in soon
It would be really helpful if this PR was merged. Native SSH plugin does not allow to use the .ssh/config file to use SSH gateways, for example
Any plans to merge this change? I know this is an old PR, but it's required for bastion / jumpbox usage since the current native SSH option doesn't fully replace the Java SSH/SCP requirement.