On The Insider: Britney's Bikini-Clad Top 10
BNET Business Network:
BNET
TechRepublic
ZDNet
TalkBack 1 of 16:
Next »
All Well and Good but...
...per MS' download center summary for XP Remote Desktop Connection 6.0 client:

"The Remote Desktop Connection 6.0 client can be used to connect to legacy terminal servers or to remote desktops as before, but the new features that are mentioned in this article are available only when the remote computer is running Windows Vista or Windows Server Code Name "Longhorn."

This doesn't help with a Windows XP to XP connection.

I'll stick with rdp over ssh which tunnel 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.

This definitely works--I use all the time for Unix and Windows connectivity--in a Healthcare setting--can't afford to have any information compromised!

Thanks
Posted by: D. T. Schmitz   Posted on: 03/13/07 You are currently: a Guest | Members login | Terms of Use

Alert moderator to an offensive message

Subscribe to this discussion via Email or RSS

All Well and Good but...  D. T. Schmitz | 03/13/07
Just use IPSEC  toadlife | 03/13/07
IPSEC vs SSH  D. T. Schmitz | 03/14/07
wtf?  toadlife | 03/14/07
I noticed that update when I rolled it out  nucrash | 03/14/07
How insecure is the old RDP?  t_mohajir | 03/14/07
If you're an admin using old RDP, that's REALLY bad  georgeou | 03/14/07
Can you elaborate?  t_mohajir | 03/14/07
Like total session hijacking  georgeou | 03/14/07
What are the flaws and what are the tools?  ye | 03/15/07
George will have to get back with you in...  mrlinux | 03/15/07
What are the flaws and what are the tools?  ye | 03/15/07
TSGrinder is one tool  t_mohajir | 03/15/07
With the old one the private key is hard coded into the dll  toadlife | 03/15/07
Thanks.  ye | 03/15/07
Hijack This  D. T. Schmitz | 03/15/07

What do you think?

SponsoredWhite Papers, Webcasts, and Downloads

advertisement

Meet Doc