New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ec2-ssh

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ec2-ssh

Console tool based on NodeJS that simplifies connecting to AWS EC2 instances

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
7
-56.25%
Maintainers
1
Weekly downloads
 
Created
Source

ec2-ssh

Build Status npm version

Console tool based on NodeJS that simplifies connecting to AWS EC2 instances.

Installation

  • Ensure AWS API credentials are configured (e.g. by installing AWS CLI and running aws configure)
  • npm -g install ec2-ssh
  • During installation, you can choose how to install the auto-suggestion based on node-tabtab

Features

  • Tab completion lists your current running AWS instances
  • EC2 name-tag is displayed
  • User and path to SSH-Key is cached for each instance
  • support for AWS roles
  • ...

Configuration

You can change the supported AWS regions and add additional accounts via AWS roles (see docs) that will be retrieved by the script. At the moment you have to edit the config.json manually. It is located in the same installation directory, just run which ec2-ssh to find the path.

Example config.json:

{
  "regions": [
    "eu-central-1",
    "eu-west-1
  ],
  "roles": [
    "arn:aws:iam::1234567:role/admin"
  ]
}

Contribute

Feel free to create pull or feature requests for this project.

Keywords

aws

FAQs

Package last updated on 10 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts