Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rsalvado committed Sep 21, 2011
1 parent c91a334 commit 71a0e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EC2ssh.gemspec
Expand Up @@ -20,12 +20,12 @@ Gem::Specification.new do |s|
]
s.files = [
".document",
"EC2ssh.gemspec",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"bin/ec2ssh",
"ec2ssh.gemspec",
"lib/ec2ssh.rb",
"lib/templates/ec2ssh_config_sample.yaml"
]
Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
@@ -1,12 +1,12 @@
= ec2ssh
= EC2ssh

A script to make it easier to ssh into running amazon EC2 instances.

Since ec2 instance public hostnames are dynamic, and not easy to remember or type, this script provides a list all your running instances so you can select the one you want to ssh into easily (without having to pass the aws console ritual each time you need the hostname).

You can configure several accounts, customize the action to run on the selected instance and restrict the list to only the regions you want.

You can customize *ec2ssh* behaviour using the <tt>~/.ec2ssh</tt> yaml config file. A sample file will be created on first run if it doesn't already exist.
You can customize *EC2ssh* behaviour using the <tt>~/.ec2ssh</tt> yaml config file. A sample file will be created on first run if it doesn't already exist.

Invocation examples:

Expand Down

0 comments on commit 71a0e8b

Please sign in to comment.