|
|
|
|
|
by e12e
3292 days ago
|
|
But there's no "deep packet" inspection of encrypted vpn or an ssh tunnel? Sure, you can guess that the connection is encrypted, and block it on general principle - but there's no way (that I know of) you could selectively block ssh based on the content/traffic pattern (you might let through low-throughput ssh only, ie: only allow use that "looks like" shell use, but a) you could run w3m on the other end of that tunnel, and b) it sounds unlikely - as that would also kill many other uses like file transfer for backup etc). I'm curious if ssh access to eg: digital ocean is allowed? If so, you can simply use ssh as a socks5 proxy: ssh -D 8080 you@example.com
# Set your browser to use 127.0.0.1:8080
# as a socks5 proxy for dns lookup and
# traffic, via eg foxyproxy for firefox
I'm not saying GFW won't block this, but I'm doubtful it'll allow plain ssh, and block this use case? |
|