Metadata-Version: 1.0
Name: serverauditor-sshconfig
Version: 0.4
Summary: Serverauditor ssh-config utility.
Home-page: https://github.com/Crystalnix/serverauditor-sshconfig
Author: Yan Kalchevskiy
Author-email: yan.kalchevskiy@crystalnix.com
License: BSD
Description: ServerAuditor ssh config utility
        ================================
        
        
        Installation
        ------------
        
        serverauditor-sshconfig can be installed via [pip](http://www.pip-installer.org/en/latest/index.html):
        
            $ pip install serverauditor-sshconfig
        
        or [easy_install](http://pythonhosted.org/distribute/):
        
            $ easy_install serverauditor-sshconfig
        
        
        Usage
        -----
        
        If you want to *export* connections from your computer to your ServerAuditor's account:
        
            $ serverauditor export
        
        If you want to *import* connections from your ServerAuditor's account to your computer:
        
            $ serverauditor import
        
        
        License
        -------
        
        Please see [LICENSE](https://github.com/Crystalnix/serverauditor-sshconfig/blob/master/LICENSE).
        
        
        Notes
        -----
        
        Some stages of utility's work may last for several seconds (depends on amount of the connections and your computer's performance).
        
Keywords: serverauditor,crystalnix
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
