Computing.Net > Forums > Networking > RDP vs LogMeIn

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

RDP vs LogMeIn

Reply to Message Icon

Name: FighterAce
Date: July 12, 2006 at 08:14:42 Pacific
OS: Windows
CPU/Ram: na
Product: na
Comment:

I have a question regarding the security of two different options for accessing a computer remotely.

I currently have OpenSSH implemented on my Windows Server 2003 using Cygwin which allows me to use a secure tunnel into the network and then run Remote Desktop (RDP) into a remote computer. The traffic should be doubly encrypted and should prevent the "man in the middle" attack which is a known exploit of RDP.

However, is this more secure than simply using LogMeIn? LogMeIn appears to be easier for users to access their computers, but is it less secure as a result?

Thanks in advance for any help you can offer.



Sponsored Link
Ads by Google

Response Number 1
Name: tonysathre
Date: July 12, 2006 at 09:16:14 Pacific
Reply:

LogMeIn utilizes SSL/TLS certificates to verify server identities and thus protect against MITM attacks.

When a connection is made, the server’s certificate is verified. If the certificate was not issued by a certifying authority the user has chosen to trust, a warning will be presented. If the certificate was issued by a trusted certifying authority, but the hostname in the URL does not match the hostname included in the certificate, a different warning will be presented. If the Server passes these verifications, then the User’s browser generates a “Pre-Master Secret” or PMS, encrypts it with the Server’s public key contained within its certificate, and sends it to the Server. As ensured by public key cryptography, only the Server that holds the corresponding private key can decrypt the PMS. The PMS is then used to derive the Master Secret by both the user and the Server, which, in turn, will be used to derive initialization vectors and session keys for the duration of the secure session.

In short, the above ensures that the user is establishing the connection with the Server,
and not with a third entity. Should a MITM attack be attempted, either one of the
security warnings will be triggered or the PMS will be unknown to the MITM, effectively
rendering the attack impossible.

LogMeIn is a very secure solution. As for being more secure than RDP, I would say so.

I have NOT lost my mind — I have it backed up on tape somewhere


0

Response Number 2
Name: FighterAce
Date: July 12, 2006 at 12:05:24 Pacific
Reply:

Thanks for the reply. Would you say it is still more secure than using RDP over an SSH layer?

Do subtle things like packet sniffing count as MITM attacks?


0

Response Number 3
Name: tonysathre
Date: July 12, 2006 at 13:54:57 Pacific
Reply:

Generally a MITM attack is when the attacker is actually actively manipulating the headers and data of packets on the wire.

Sniffing/Eavesdropping are still somewhat MITM attacks, but normally just passively.

When someone is sniffing the wire there only intention generally is to collect and analyze packets and collect information for a later attack. There not really trying to manilpulate packets to get through a router or firewall like in a normal MITM attack, although the two are similair.

More secure? Probably.

I have NOT lost my mind — I have it backed up on tape somewhere


0

Response Number 4
Name: heropsycho2177
Date: July 12, 2006 at 23:06:17 Pacific
Reply:

RDP over SSH I would guess would be slightly more secure only because the potential attacker would need to know how to crack both, but both are secure.

"Milk was a bad choice!"


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Networking Forum Home


Sponsored links

Ads by Google


Results for: RDP vs LogMeIn

remote desktop www.computing.net/answers/networking/remote-desktop/27132.html

Remote desktop connection??? www.computing.net/answers/networking/remote-desktop-connection/28177.html

VNC a pc behind cisco & broadband router www.computing.net/answers/networking/vnc-a-pc-behind-cisco-broadband-router/38121.html