sshuttle
sshuttle copied to clipboard
Wrong project! You should head over to http://github.com/sshuttle/sshuttle
Corrected capitalization
The --dns switch adds firewall rules to intercept queries only for nameservers found in resolv.conf ; This command-line option allows the user to explicitly specify the nameservers to create firewall...
Not all remote hosts have netstat installed (eg minimal installations, hypervisors). sshuttle should at least work in these instances, rather than failing with an OSError
This is a step toward making this run on Windows. This now means at least the help output can be seen on Windows.
As it says on the tin, I use this so I can use spaces with my ssh command (in ProxyCommand)
Consider this a bug report with a patch attached :-) `sshuttle`'s current licence terms are a bit unclear. The LICENSE file is a copy of the LGPL, but none of...
summarized what I needed to know, to be sure I can make use for this tool :). Hope it helps. OTOH, maybe I should've just read the synopsis up top,...
I tried setting a multi-word SSH option through `ssh -o` and `sshuttle -e`. This didn't work because regardless of the quoting, sshuttle always split the option into multiple arguments and...