Manage multiple sshuttle VPN sessions.
Project description
# sshoot - Manage sshoot VPN sessions
[![Latest Version](https://img.shields.io/pypi/v/sshoot.svg)](https://pypi-hypernode.com/pypi/sshoot)
[![Build Status](https://travis-ci.org/albertodonato/sshoot.svg?branch=master)](https://travis-ci.org/albertodonato/sshoot)
[![Coverage Status](https://codecov.io/gh/albertodonato/sshoot/branch/master/graph/badge.svg)](https://codecov.io/gh/albertodonato/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:
```bash
$ sshoot create -r host1.remote -HNd vpn1 10.0.0.0/24
```
Start the profile:
```bash
$ sshoot start vpn1
Profile started.
```
List existing profiles (active ones are marked):
```bash
$ sshoot list
Profile Remote host Subnets
--------------------------------------------
* vpn1 host1.remote 10.0.0.0/24
vpn2 host2.remote 192.168.0.0/16
```
[![Latest Version](https://img.shields.io/pypi/v/sshoot.svg)](https://pypi-hypernode.com/pypi/sshoot)
[![Build Status](https://travis-ci.org/albertodonato/sshoot.svg?branch=master)](https://travis-ci.org/albertodonato/sshoot)
[![Coverage Status](https://codecov.io/gh/albertodonato/sshoot/branch/master/graph/badge.svg)](https://codecov.io/gh/albertodonato/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:
```bash
$ sshoot create -r host1.remote -HNd vpn1 10.0.0.0/24
```
Start the profile:
```bash
$ sshoot start vpn1
Profile started.
```
List existing profiles (active ones are marked):
```bash
$ sshoot list
Profile Remote host Subnets
--------------------------------------------
* vpn1 host1.remote 10.0.0.0/24
vpn2 host2.remote 192.168.0.0/16
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sshoot-1.2.6.tar.gz
(24.9 kB
view details)
File details
Details for the file sshoot-1.2.6.tar.gz
.
File metadata
- Download URL: sshoot-1.2.6.tar.gz
- Upload date:
- Size: 24.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 000e232fbbab83aa64a1a515a15da5402fb91e1cbf5b38fc9b3c772f21808fb1 |
|
MD5 | b2d90ee71ff16e15079f451f7a0bacc3 |
|
BLAKE2b-256 | f611e7bcb4572bc32e5a3146488e4a5e7fadaebfb74aabee6d00e1a1b3469b7e |