Hacker News new | ask | show | jobs
by djvu9 4194 days ago
VPN is roughly ok as long as your IP address is not in the blacklist. But it could be unstable. The GFW may drop your connections from time to time. I am not sure about Tor but I believe it probably doesn't work any more. Private VPN/shadowsocks is now the majority I think.
1 comments

Out of curiosity: what does shadowsocks do that regular SSH tunneling doesn't do?

Why is an entire program needed just to run a simple ssh command? I couldn't find any info on the matter.

Shadowsocks is (arguably) easier to use for ordinary people and better informed. Most people don't even have command line experience before. After all this is one problem limited in one country which couldn't be freely discussed so choices may not be "optimal" in some sense.
Ah thanks. So it doesn't actually offer additional functionality, then?

The best tool I've ever used was https://github.com/apenwarr/sshuttle , because it was far lower level than a proxy. Unfortunately, it's super unstable on modern OSX versions.