sshuttle

на сайте с December 20, 2022 06:13
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. # ports cd /usr/ports/net/py-sshuttle && make install clean # pkg pkg install py36-sshuttle. macOS, via MacPorts: sudo port selfupdate sudo port install sshuttle. It is also possible to install into a virtualenv as a non-root user. From PyPI