This is an all-in-one client for EC2 Instance Connect that handles key brokerage and establishing connection to EC2 Instances through an interface near-identical to standard system ssh, sftp, and other utilities.
Apache License 2.0
160
stars
42
forks
source link
Adding argument to allow forcing use of EC2 private IP #30
Fixes #16 Issue 16: Support using private ip of an instance without passing the private ip as an argument
Description of changes: Added optional argument of
-p
or--private
that will force the use of private IP when instance ID is specified as host.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.