sugar-ssh
v0.4.0
Published
AWS EC2 SSH tool for easy access to all of your instances with a simple shell command
Downloads
6
Readme
Sugar SSH
Requirements
- Node.JS of any recent vintage
- SSH keys stored in
~/.ssh/
and named after the AWS keypairs ~/.aws/config
file with credentials (details)- For a good experience, include the region
Installation and Updating
npm install -g sugar-ssh
Usage
sugar <instance filter>
sugar <instance filter>@<profile>
sugar -f <port to forward> <instance filter>
If multiple instances match the filter, and they appear similar (based on Name), then one will be randomly chosen.
Examples
sugar http
sugar postgres@prod
sugar -f 8000 webserv@prod
Flags
--help
displays help and exits--dns
prints only the DNS hostname of the target instance, then exits. Suitable for shell substitution--list
prints a table of all matching instances--user <username>
forces the username used for the server- Default:
ubuntu
- Default:
--key <keyname>
overrides the key name for the instance- Specified keys will still be resolved using
~/.ssh/
- Specified keys will still be resolved using
-f <port>
brings the remote instance's specified port to your local machine using an SSH tunnel--ssh-opts
prints only the full arguments list forssh
- Example:
-i /home/user/.ssh/aws [email protected]
- Useful for embedding in custom
ssh
orscp
calls
- Example: