Skip to content

Instantly share code, notes, and snippets.

@PProvost
Created February 2, 2010 04:19
Show Gist options
  • Select an option

  • Save PProvost/292357 to your computer and use it in GitHub Desktop.

Select an option

Save PProvost/292357 to your computer and use it in GitHub Desktop.
How to tunnel through Putty with RDP
RDP Tunneling via Putty and SSH
1. Putty to the external address using ssh (e.g. yourmachine.dyndns.org)
2. Figure out the IP address of the machine inside your network that you want to connect to
e.g. 192.168.1.110
3. Open putty settings and add the following to the tunnels section
Source: 3333
Destination:192.168.1.110:3389
Note: 3389 is the RDP port. You are forwarding from 3333 here to 3389 on that internal IP
4. Start RDP and connect to localhost:3333
DONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment