2016-01-17 17:58:48 +11:00
2016-01-17 17:58:48 +11:00
2016-01-17 16:19:13 +11:00
2016-01-13 19:00:08 +11:00
2015-11-17 09:33:46 +11:00
2016-01-12 12:29:08 +11:00
2014-09-15 14:14:52 +10:00
2016-01-17 16:19:13 +11:00
2016-01-17 16:19:13 +11:00
run
2015-12-05 14:41:22 +11:00
2016-01-17 10:21:21 +11:00
2015-12-07 13:17:09 +11:00
2016-01-12 12:29:08 +11:00

sshuttle: where transparent proxy meets VPN meets ssh
=====================================================

As far as I know, sshuttle is the only program that solves the following
common case:

- Your client machine (or router) is Linux, FreeBSD, or MacOS.

- You have access to a remote network via ssh.

- You don't necessarily have admin access on the remote network.

- The remote network has no VPN, or only stupid/complex VPN
  protocols (IPsec, PPTP, etc). Or maybe you *are* the
  admin and you just got frustrated with the awful state of
  VPN tools.

- You don't want to create an ssh port forward for every
  single host/port on the remote network.

- You hate openssh's port forwarding because it's randomly
  slow and/or stupid.

- You can't use openssh's PermitTunnel feature because
  it's disabled by default on openssh servers; plus it does
  TCP-over-TCP, which has terrible performance (see below).


Obtaining sshuttle
------------------

- From PyPI::

      pip install sshuttle

- Clone::

      git clone https://github.com/sshuttle/sshuttle.git
      ./setup.py install








Description
Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling.
Readme LGPL-2.1 4.3 MiB
Languages
Python 95.1%
Shell 3.1%
Nix 1.3%
Dockerfile 0.5%