New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws_csshx

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws_csshx

  • 0.1.5
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

AWS CSSHX Wrapper

This is a wrapper script for ClusterSSHX (csshx). It allows the user the ability to ssh to all machines in an AWS security group using a specific key and user for those machines.

Installation

gem install aws_csshx

Configuration

The easist way to configure this gem is to add the following 4 lines to your ~/.csshrc (replace with your values):

aws_region = us-east-1
aws_access_key = AAAAAAAAAAAAAAAAAAAA
aws_secret_key = TaaaaaLNiYbbbbbJm6uuqphcccccXtZydddddDfd
ec2_private_key = /Users/elubow/.ssh/amazon.pem

Examples

The most common use/case of aws_csshx is to just ssh into a security group. For instance, to SSH into the entire utility security group as root, do the following:

aws_csshx -g 'utility' -l root

Authors

  • Russell Bradberry <@devdazed>
  • Eric Lubow <@elubow>

FAQs

Package last updated on 15 May 2013

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc