===================
SSH Deploy Key
===================

Overview
========

SSH Deploy key is a high-performance tool to distribute
your ssh public key to one or more remote servers.  It 
accepts lists of remote hosts from redirected standard in, 
or the remote hosts can be entered interactively.

Documentation
=============
Complete documentation and example usage can be found at

https://grinder_to_graphite.readthedocs.org/en/latest/


Installation
============
SSH deploy key is installed from the command line.  

1. Get python-develop.  On Debian/Ubuntu systems, this can be done like this:

    sudo apt-get install python-dev

(TODO: document for red hat/centos)

2. Get pip, then run

    sudo pip install ssh-deploy-key 


Source
======
The SSH deploy key sources are hosted on bitbucket.

https://bitbucket.org/travis_bear/ssh_deploy_key

