Project

sshy

0.0
No commit activity in last 3 years
No release in over 3 years
Sshy help you connect to your ssh server without remember every name of it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
~> 3.2

Runtime

>= 0.7.5
>= 0.4.2
 Project Readme

SSHY

version 0.0.5

Sshy help you connect to your ssh server without remember every name of it. It only works on Mac OS X.

Prepare

  1. Install iTerm2
  2. Change URL Schemes.
    Open iTerm2's Preference and click Profile tab and then click General subtab. Click Select URL Schemes and select ssh.

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

TODO

  1. show details when press TAB
  2. return error message when ssh failed
  3. auto detect whether os support ssh:// or not
  4. auto search when type

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