mpieters3 / ansible-eci-connector

Uses EC2 Instance Connect to authenticate the user for the standard Ansible SSH Connector Plugin
Apache License 2.0
27 stars 11 forks source link

Using a jump server #17

Open jeremyweber-np opened 3 years ago

jeremyweber-np commented 3 years ago

Any thoughts on making this work with a jump server? I played with it for a couple of hours, but didnt really progress beyond uploading the keys to both the jump and the target.

mpieters3 commented 2 years ago

@jeremyweber-np - can you describe a bit more what you're looking for here?

stefiix92 commented 2 years ago

Hi @mpieters3 ,

I have a similar problem, my ec2 instances are behind the bastion host. So what I need to achieve is connect to bastion and from it to a specific ec2.

The ssh command I use to run: ssh -J user@bastion user@target_ec2