Simplicity
sshuttle is easy to set up and use, requiring minimal configuration. It leverages SSH, a tool that many are already familiar with.
No Root Access Required
sshuttle can be used without root access on the client side, making it accessible in environments where administrative privileges are restricted.
Cross-Platform
sshuttle works on multiple operating systems including Linux and macOS, providing flexibility in different environments.
Compatibility
As it operates at the IP level, sshuttle can work with any program and command-line tools that interact over TCP/IP without requiring any changes.
Security
Utilizes SSH's encryption mechanisms, ensuring data is securely tunneled between the client and the server.
Hopefully referring to the (excellent) sshuttle: https://github.com/sshuttle/sshuttle ... Which allows you to turn any system you have an ssh login on into a VPN endpoint. - Source: Hacker News / 10 months ago
If you have SSH access you can use it as door to setup a simple VPN https://github.com/sshuttle/sshuttle. - Source: Hacker News / 10 months ago
Sshuttle - Open source project originally from one of the founders of Tailscale. Server doesn't require root; client does. Explicitly designed to avoid TCP-over-TCP issues. - Source: dev.to / about 1 year ago
Https://github.com/sshuttle/sshuttle with bastion. Source: about 2 years ago
Sshuttle seems to do the job but its not available for windows. Source: over 2 years ago
This is excellent but I would give a shout out to sshuttle which can make a lot of this stuff even simpler. Source: over 2 years ago
That's really good to hear! They got a (well deserved!) 100M investment recently. I didn't know it until recently, but apenwarr made some of my favourite tools (sshuttle, bup) and now tailscale! If you come across the podcast again, please post the link, I'd love to listen to it. Source: over 2 years ago
There are several ways suggested there. And as an alternative to SSH tunneling, you can also use sshuttle which is faster and easy to set up. Source: over 2 years ago
Sshuttle on my laptop and foward all traffic to the vm on ssh tunnel. Source: over 2 years ago
Have you seen sshuttle (https://github.com/sshuttle/sshuttle). Source: almost 3 years ago
Look up sshuttle as another way of pivoting. Sometimes msf doesn't behave stable. Https://github.com/sshuttle/sshuttle. Source: almost 3 years ago
> Using openssl with a wrapper service? One of tailscale's founders already built this: https://github.com/sshuttle/sshuttle. - Source: Hacker News / about 3 years ago
Sshuttle is an excellent tool that acts as a “poor man” VPN, allowing you to create a VPN connection from your machine to any remote server you can connect to via ssh. The exciting part is that it is not precisely a VPN and not exactly port forwarding. Internally it assembles the TCP stream locally, multiplexes it statefully over an ssh session, and disassembles it back into packets at the other end to achieve... - Source: dev.to / about 3 years ago
I generally meant collocate a HTTPS service with a VPN service. I was thinking of a setup I used to run which was something contrived with haproxy sslh and sshuttle. This exploits the property of who talks first in the protocol. Source: over 3 years ago
Use sshuttle for a secure vpn type of experience! Source: over 3 years ago
So if you are technical, there is a program called sshuttle (https://github.com/sshuttle/sshuttle) that can route all of your laptops traffic through your home network. Source: over 3 years ago
There's also other options like https://github.com/sshuttle/sshuttle which can provide a VPN using SSH as well. Source: over 3 years ago
Lastly, if you have shell access via ssh to an overseas server, you can use sshuttle as a free backup. It's not fast but it seems to work when all the others are stomped, for example during "sensitive" events such as the Party Congress and such. Source: over 3 years ago
I just want to mention sshuttle [1] which self describes as poor's man VPN and works well in my experience. [1] https://github.com/sshuttle/sshuttle. - Source: Hacker News / over 3 years ago
Sshuttle is a superior version of this, it only requires python on the remote host https://github.com/sshuttle/sshuttle. - Source: Hacker News / over 3 years ago
Or you could just use sshuttle with far less steps: https://github.com/sshuttle/sshuttle. - Source: Hacker News / over 3 years ago
Do you know an article comparing sshuttle to other products?
Suggest a link to a post with product alternatives.
This is an informative page about sshuttle. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.