RDP Over SSH Tunnel Which Encrypts The RDP Session

| | Comments (0)

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 -l remote_user_name

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

About this Entry

This page contains a single entry by klsh published on March 14, 2007 4:02 PM.

Secure Sockets Layer (SSL) Handshake was the previous entry in this blog.

SSL Annotation Of Trace Visualization With Python is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.01