Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-03-28 17:38:07

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

Secure remote windowing suggestions (vnc, got to my pc, etc)

On of my clients needs to be able to control an office computer (windows) remotely. There’s some sensitive stuff in there, so it’ll need to be super secure.

I was thinking a VPN router with VNC might do the trick, but I seem to recall some vulnerabilities.

Recommendations anyone?

Offline

#2 2007-03-29 02:21:18

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Secure remote windowing suggestions (vnc, got to my pc, etc)

Microsoft Remote Desktop or Hamachi? I’ve only used Remote Desktop on my Mac to access an XP machine – not sure of its security though.

Offline

#3 2007-03-29 07:08:15

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,012
Website GitHub Mastodon Twitter

Re: Secure remote windowing suggestions (vnc, got to my pc, etc)

There is a tutorial here but it is about macs. Maybe it’ll give you some ideas.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#4 2007-03-29 16:50:32

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Secure remote windowing suggestions (vnc, got to my pc, etc)

I’ve been using VPN and remote desktop to access my office XP Pro computer from my XP desktop at home for a while now. Our system administrator said it was OK so I never worried about security ;) The only problem I still have is getting the same thing to work from my ubuntu laptop…
Wikipedia elaborates on security.

Offline

#5 2007-03-29 17:29:54

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

Re: Secure remote windowing suggestions (vnc, got to my pc, etc)

Thanks guys.

Still deciding whether to have my client spring for a VPN router and follow Els’ approach or whether to sign them up for a free “logMeIn” account.

Advantages/Disadvantages?

Offline

#6 2007-03-29 18:19:30

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: Secure remote windowing suggestions (vnc, got to my pc, etc)

mrdale wrote:

Still deciding whether to have my client spring for a VPN router…

A cheap VPN router solution is a Linksys WRT54G and install OpenWRT on it.

The trick is being able to find a WRT54G with enough internal memory, since Linksys has been shipping the latest routers with less than adequate Flash.

Offline

#7 2007-03-29 18:39:36

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Secure remote windowing suggestions (vnc, got to my pc, etc)

The WRT54GL is identical to the WRT54G but is guaranteed to run Linux (and therefore OpenWRT). Saves you the trouble of comparing serial numbers ;)

Last edited by ruud (2007-03-29 18:41:09)

Offline

#8 2007-03-29 19:01:37

Sencer
Archived Developer
From: cgn, de
Registered: 2004-03-23
Posts: 1,803
Website

Re: Secure remote windowing suggestions (vnc, got to my pc, etc)

sshd (use cygwin on windows) + vnc (listening on localhost only) + ssh-tunelling is about as secure as it gets. Especially if you restrict sshd to public-key authentication only.

VPN might be ok, too, though I’d say it could be less secure for certain aspects (like vnc being accessible in the whole LAN; or having a completely routed or worse bridged network might be less secure if the connecting client PCs have worms etc.). Though looking at it solely from a “middle-man”/internet perspective they would be equally secure.

(update: for ubuntu check out x11vnc, it’s fiddly to find out the right parameters etc., but once it’s running it’s pretty solid. It even undertands the more aggressive, lossy compression used by tightvnc which is nice over slow links).

Last edited by Sencer (2007-03-29 19:03:35)

Offline

#9 2007-03-29 21:04:14

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Secure remote windowing suggestions (vnc, got to my pc, etc)

Sencer wrote:

(update: for ubuntu check out x11vnc, it’s fiddly to find out the right parameters etc., but once it’s running it’s pretty solid. It even undertands the more aggressive, lossy compression used by tightvnc which is nice over slow links).

Thanks! I’ll look into it.

Offline

Board footer

Powered by FluxBB