Metadata-Version: 1.0
Name: serverauditor-sshconfig
Version: 0.7.0
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 ssh config utility can be installed via `pip <http://www.pip-installer.org/en/latest/index.html>`_:
        
        .. code-block:: bash
        
            $ pip install -U serverauditor-sshconfig
        
        or `easy_install <http://pythonhosted.org/distribute/>`_:
        
        .. code-block:: bash
        
            $ easy_install -U serverauditor-sshconfig
        
        
        Usage
        -----
        
        If you want to *export* connections from your computer to your ServerAuditor's account:
        
        .. code-block:: bash
        
            $ serverauditor export
        
        If you want to *import* connections from your ServerAuditor's account to your computer:
        
        .. code-block:: bash
        
            $ 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).
        
        * If installation failed with gcc error, you must install Python Development Libraries, for example:
        
        .. code-block:: bash
        
            $ sudo apt-get install python-dev
        
        or
        
        .. code-block:: bash
        
            $ sudo yum  install python-devel.x86_64
        
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Utilities
