Project

ssh_bro

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Load SSH config from a Google Doc.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0

Runtime

 Project Readme

SSHBro

Replaces a fella's SSH Config (~/.ssh/config) with some stuff from a Google doc.

This gives you handy bookmarks for all them servers and tab-completion if you're using a decent shell.

Installation

Like this:

$ gem install ssh_bro

Ruby 1.9.3+ blah blah.

Usage

Run it:

$ sshbro

It will prompt you for things. To update your SSH config file:

$ sshbro > ~/.ssh/config

TODO:

  • Allow config file templates.
  • Allow per-host templates.