6 ms·
The key difference is you can right full or partial traffic (by subnet) over SSH with applications not being aware - individual applications do not require SOCK
by jaysh 7y ago
The key difference is you can right full or partial traffic (by subnet) over SSH with applications not being aware - individual applications do not require SOCKS support.
- jaysh 7y agoRoute* not right. As an example, you can send traffic destined for 142.0.0.0/8 via the SSH connection, and leave everything else untouched. Any application connecting to that IP range will be automatically tunnelled via SSH.
- chrismeller 7y agoAhh, gotcha. That is indeed a neat feature.