Sha256: 6327adb0d0070fe3b367e836bb9f4b4ec1a69ef8a6361adefb6d17ca69068e6c
Contents?: true
Size: 865 Bytes
Versions: 1
Compression:
Stored size: 865 Bytes
Contents
# Ssh::Manager Simplify the usage of multiple ssh connection by managing them at one place ## Installation Add this line to your application's Gemfile: gem 'ssh-manager' And then execute: $ bundle Or install it yourself as: $ gem install ssh-manager ## Usage `sshm add 192.168.0.1 -u -p -h -n` -a == add -u == user -p == port[optional] -h == hostname[optional] -n == notes[optional] `sshm` 1. 192.168.0.1 | your first connection 2. 10.120.0.1 | some 3. 192.168.1.1 | more 4. 10.10.120.0 | connections 5. 188.42.69.88 | you added connect to: [1-5] `sshm update [1-5]` `sshm delete [1-5]` ## Contributing 1. Fork it 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 new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ssh-manager-0.0.2 | README.md |