1

Given Windows 7 I want to tunnel all its network traffic through SSH, without manually tunnelling each port. It's easy on Linux, but I couldn't find any hint on how to do this on Windows ): So, any hint on how this can be done on Windows 7?

me.at.coding
  • 1,667

1 Answers1

1

Don't do this. SSH uses TCP, so you end up with a TCP over TCP problem.

Spiff
  • 110,156