ec2-plugin icon indicating copy to clipboard operation
ec2-plugin copied to clipboard

Support native SSH client for interaction with slave.

Open neigor opened this issue 8 years ago • 4 comments

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)

neigor avatar Oct 06 '16 17:10 neigor

I'd really like to use that plugin but the lack of jump host support just prevents me to do so. So 👍

josqu4red avatar Feb 08 '17 17:02 josqu4red

@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

msheiny avatar Feb 14 '17 04:02 msheiny

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

river-fall avatar Feb 06 '18 11:02 river-fall

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.

lillarspillars avatar Feb 27 '24 20:02 lillarspillars