SSHY

version 0.0.2

Sshy help you connect to your ssh server without remember every name of it.

Installation

Add this line to your application's Gemfile:

gem 'sshy'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sshy

Usage

$ sshy
server01    server02    server03    server04
server05

And now you could select one and press Enter to ssh it

Contributing

  1. Fork it ( https://github.com/[my-github-username]/sshy/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request