Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 532 Bytes

README.textile

File metadata and controls

21 lines (13 loc) · 532 Bytes

gas_shh – sshpower your gas

Description

Gas can also juggle your id_rsa ssh keys, which is helpful for uploading to github between multiple accounts. Indespensible for teachers who need to instruct their students on how to use github!

$ gas add Njax NotarySojac [email protected]
Do you want gas to handle switching rsa keys for this user?
[y/n]

Installation

The best way to install gas-ssh is with RubyGems:

$ [sudo] gem install gas_ssh

You can install from source:

$ cd gas-ssh/
$ bundle
$ rake install