Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elubow/aws_csshx
AWS Wrapper for csshX
https://github.com/elubow/aws_csshx
Last synced: 1 day ago
JSON representation
AWS Wrapper for csshX
- Host: GitHub
- URL: https://github.com/elubow/aws_csshx
- Owner: elubow
- Created: 2012-05-02T15:13:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-15T20:13:41.000Z (over 11 years ago)
- Last Synced: 2023-03-12T08:48:52.320Z (over 1 year ago)
- Language: Ruby
- Size: 141 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
# 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>