Will password protected user accounts in XP Pro provide sufficient security for Remote Desktop over internet?

2

Will password protected user accounts in XP Pro provide sufficient security for Remote Desktop over internet?

CJ7

Posted 2010-06-07T05:36:47.313

Reputation: 1 060

What exactly are you worried about? – Nitrodist – 2010-06-07T06:18:44.000

Someone else logging in, or someone else intercepting the data. – CJ7 – 2010-06-07T06:40:51.923

Answers

1

By default windows xp can allow RDC with little to none encryption to connect (which poses a security risk). change it by:

Run "%SystemRoot%\system32\gpedit.msc /s"
Go through Computer Configuration | Administrative Templates | Windows Components | Terminal Services | Encryption and Security.
Set "Set client connection encryption level" to "Enabled" and "High Level"

keylogging is more of a concern, and a relatively difficult thing to prevent when you are in an uncontrolled environment though.

bubu

Posted 2010-06-07T05:36:47.313

Reputation: 9 283

0

I don't think I would be willing to use RDP on an unsecured connection. I would suggest you investigate VPN solutions and RDP though them. Or look at something like TeamViewer.

user10762

Posted 2010-06-07T05:36:47.313

Reputation: 373

What is at risk with using RDP on an unsecured connection? Are the usernames and passwords sent as clear text? – CJ7 – 2010-06-07T06:55:01.487

no unless you are using really old RDP clients. modern RDP clients support encryption (128-bit encryption, using the RC4 encryption algorithm, as of Version 6) – bubu – 2010-06-07T09:43:02.383