Metadata-Version: 1.0
Name: sshplaces
Version: 0.1.10
Summary: A curses menu of ssh places.
Home-page: http://pypi.python.org/pypi/sshplaces/
Author: Steven hk Wong
Author-email: steven@wongsrus.net
License: LICENSE.txt
Description: A simple python menu program to help manage ssh to places you want to be.
        Built on the curses menu work from:
        
             https://gist.github.com/abishur/2482046
             http://blog.skeltonnetworks.com/2010/03/python-curses-custom-menu/
        
        Usage: sshplaces.py [-h] [-v] [-g] [-f configuration_file]
        
          -h this help
          -v version
          -g generates a sample servers.yaml file
          -f configuration file
        
          if configuration file is unspecified these are the search location in priority:
            ./servers.yaml
            ~/.sshplaces/servers.yaml 
            /etc/sshplaces/servers.yaml 
        
        
        <pre>
        
        Example configuration file:
        ============================================================================
          ---
          - home:
              - bedroom-server:
                  cmd:   ssh bedroom.example
                  state:  active
              - laptop:
                  cmd:   ssh laptop.example
                  state:  active
          - office:
              - server1:
                  cmd:   ssh server1.example
                  state:  active
              - server2:
                  cmd:   ssh server2.example
                  state:  active
          - admin:
              - internet modem (number 1):
                  cmd:   ssh -p 2222 admin@modem.example
                  state:  active
              - dmz (number 2):
                  cmd:   ssh -p 2222 admin@dmz.example
                  state:  active
        
        </pre>
        
Platform: UNKNOWN
