RDP Over SSH Tunnel Which Encrypts The RDP Session
rdp over ssh tunnel which encrypts the rdp session
Easy to set up with Cygwin:
$>ssh -o TCP KeepAlive=yes -L 3389:localhost:3389 -f -N
This sets up the tunnel.
Then, type into your XP Remote Desktop Connection 'computer name' field: localhost
Your Windows XP rdp (port 3389) session is now safely encrypted.

Leave a comment