- Thread Author
- #1
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 user1@yyy.yyy.yyy.yyy -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 work via RDP the next couple of months. It's about database development Using remote desktop requires a lot of patience because it's overseas. I would like to use local database client and port forwarding instead.
I don't know what is windows version yet. Also I don't know if security policy allows this at all, so it is rather chit-chat for now. But still, I'd like to be prepared.
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 user1@yyy.yyy.yyy.yyy -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 work via RDP the next couple of months. It's about database development Using remote desktop requires a lot of patience because it's overseas. I would like to use local database client and port forwarding instead.
I don't know what is windows version yet. Also I don't know if security policy allows this at all, so it is rather chit-chat for now. But still, I'd like to be prepared.