Metadata-Version: 1.0
Name: ssh-deploy-key
Version: 0.1.0
Summary: Deploys your ssh key to one or more remote hosts, in parallel.
Home-page: https://grinder_to_graphite.readthedocs.org/en/latest/
Author: Travis Bear
Author-email: travis_bear@yahoo.com
License: LICENSE.txt
Description: ===================
        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
        
        
Keywords: ssh remote deploy key
Platform: UNKNOWN
