Hi all,
What is the best way to do port forwarding under windows?
As I am happy linux user, I usually do it with one-line command below:
ssh
[email protected] -L 3432:nnn.nnn.nnn.nnn:5432
Next I can just use 127.0.0.1:3432 like it's on my local machine.
The thing is that I will have to...