Metadata-Version: 1.1
Name: sshoot
Version: 1.2.4
Summary: Manage multiple sshuttle VPN sessions.
Home-page: https://bitbucket.org/ack/sshoot
Author: Alberto Donato
Author-email: alberto.donato@gmail.com
License: GPLv3+
Download-URL: https://bitbucket.org/ack/sshoot/downloads
Description: sshoot
        ======
        
        Command-line interface to manage multiple ``sshuttle`` VPN sessions.
        
        `sshuttle <https://github.com/apenwarr/sshuttle>`_ creates a VPN connection
        from your machine to any remote server that you can connect to via ssh.
        
        ``sshoot`` allows to define multiple VPN sessions using ``sshuttle`` and
        start/stop them as needed.
        
        It supports configuration options for most of ``sshuttle``'s features,
        providing flexible configuration for profiles.
        
        
        Typical usage
        -------------
        
        Create a profile::
        
          $ sshoot create -r host1.remote -HNd vpn1 10.0.0.0/24
        
        Start the profile::
        
          $ sshoot start vpn1
          Profile started.
        
        List existing profiles (active ones are marked)::
        
          $ sshoot list
               Profile  Remote host   Subnets
          --------------------------------------------
            *  vpn1     host1.remote  10.0.0.0/24
               vpn2     host2.remote  192.168.0.0/16
        
Keywords: ssh sshuttle vpn
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
