NOT all your traffic. This only does TCP. Any DNS, UDP, and other non-TCP IP traffic won't go through the tunnel! I tried sshuttle awhile ago and abandoned it because of this. The only thing worse than no security is a false sense of security.
I personally don't use it for security reasons, but to be able to listen to last.fm easily through a vps in a country, where that is for free. (just one example) Security is never just a software you install, it also depends on you, knowing, what you do.
Sshuttle - tunnel all your traffic through ssh
41–50 of 70 posts
Re: Sshuttle - tunnel all your traffic through ssh
#42How would one go about setting this up with a firmware rewritable consumer-grade router? Can I have a ww-drt install act as a client with Sshuttle and install a public key to require no login?
Re: Sshuttle - tunnel all your traffic through ssh
#43Re: Sshuttle - tunnel all your traffic through ssh
#44Very cool. I wonder how hard it would be to port the muxer core to C, and run it under tcpclient / tcpserver on either end of the ssh connection.
Click the little "fork" button and let us know, what you came up with :-)
A few years back, I wrote a multiplexer / tunneler similar to Sshuttle in Python for a "Go To My PC" style web service. We wanted to tunnel over ssh, but had problems automating the client key generation and first-time connection. So we went with SSL. That and the cross platform requirement (most clients were running Windows) really took the fun out of it.
Re: Sshuttle - tunnel all your traffic through ssh
#45Re: Sshuttle - tunnel all your traffic through ssh
#46Socat can do this: first read: http://www.dest-unreach.org/socat/doc/socat-tun.html then read: http://www.dest-unreach.org/socat/doc/socat-openssltunnel.ht...
Re: Sshuttle - tunnel all your traffic through ssh
#47Re: Sshuttle - tunnel all your traffic through ssh
#48NOT all your traffic. This only does TCP. Any DNS, UDP, and other non-TCP IP traffic won't go through the tunnel! I tried sshuttle awhile ago and abandoned it because of this. The only thing worse than no security is a false sense of security.
Out of curiosity, is it theoretically possible to route other kinds of traffic over this, e.g. UDP, ICMP(ping)? Thanks.
Re: Sshuttle - tunnel all your traffic through ssh
#49NOT all your traffic. This only does TCP. Any DNS, UDP, and other non-TCP IP traffic won't go through the tunnel! I tried sshuttle awhile ago and abandoned it because of this. The only thing worse than no security is a false sense of security.
I just tried, it does have the ability to route DNS requests through the tunnel. Out of curiosity, is it theoretically possible to route other kinds of traffic over this, e.g. UDP, ICMP(ping)? Thanks.