https://github.com/sshuttle/sshuttle
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.
https://github.com/sshuttle/sshuttle
Last synced: 5 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sshuttle/sshuttle
- Owner: sshuttle
- License: lgpl-2.1
- Created: 2014-09-15T04:51:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T20:32:40.000Z (18 days ago)
- Last Synced: 2025-04-01T03:22:48.396Z (12 days ago)
- Language: Python
- Homepage:
- Size: 1.81 MB
- Stars: 12,135
- Watchers: 140
- Forks: 752
- Open Issues: 199
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
- Support: docs/support.rst
Awesome Lists containing this project
- awesome - sshuttle - 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. (Python)
- awesome-python-applications - Repo - like results, without requiring root access. `(linux, mac)` (<a id="tag-dev" href="#tag-dev">Dev</a> / <a id="tag-dev.security" href="#tag-dev.security">Security</a>)
- awesome-ssh - sshuttle - 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*. (Apps / Network)
- awesome-repositories - sshuttle/sshuttle - 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. (Python)
- awesome-starred - sshuttle - 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. (Python)
- awesome-starts - sshuttle/sshuttle - 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. (Python)
- awesome-institutional-hpc - sshuttle - This program can help if you need to connect from outside of campus and the VPN doesn't get you where you want. (Networking)
- command-line-tools - sshuttle - 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. (Networking)
- awesome-python-applications - Repo - like results, without requiring root access. `(linux, mac)` (<a id="tag-dev" href="#tag-dev">Dev</a> / <a id="tag-dev.security" href="#tag-dev.security">Security</a>)
- awesome-hacking-lists - sshuttle/sshuttle - 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. (Python)
- awesome-starred - sshuttle/sshuttle - 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. (others)
- awesome-network-stuff - **4449**星
README
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, MacOS or Windows.
- 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`_... _terrible performance: https://sshuttle.readthedocs.io/en/stable/how-it-works.html
Obtaining sshuttle
------------------Please see the documentation_.
.. _Documentation: https://sshuttle.readthedocs.io/en/stable/installation.html
Documentation
-------------
The documentation for the stable version is available at:
https://sshuttle.readthedocs.org/The documentation for the latest development version is available at:
https://sshuttle.readthedocs.org/en/latest/Running as a service
--------------------
Sshuttle can also be run as a service and configured using a config management system:
https://medium.com/@mike.reider/using-sshuttle-as-a-service-bec2684a65fe