-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'm currently working on a CLI tool for SSHing into EC2 instances with a bunch of features such as:
- "keyless" connecting (aka generating a temp SSH before connecting that gets uploaded to instances using the EC2 Instance Connect API)
- connecting to instances in private subnets without needing a jumpbox/bastion host in a public subnet (using the SSM session system)
- an "interactive" mode for selecting instances, with filtering
- supports being called via
ProxyCommand, allowing it to be a "drop-in" replacement for SSH with tools likersync
I currently have named my tool ssh2ec2 as I thought that was a nice "short and sweet" name, and was hoping to publish it as a package on npm, but found you have already published a package with that name - so I was wondering if you would be open to transferring ownership of the package to me so that I could use it for my tool.
I'd be happy to include a word about it in the readme if you like, as a thank you :)
Metadata
Metadata
Assignees
Labels
No labels