What are the different ways of remotely connecting to your computer?

6

3

I'll be leaving for uni soon and would like to know the different methods of connecting remotely to my home pc.

I know about VPN but are there any other ways? Also how secure is each of this method as I wouldn't want snoopers on my home-pc especially when I'm away.

Also can i set up a remote connection to start and shut down my computer

My operating system is windows, but if linux is more secure i would be willing to switch.

rzlines

Posted 2009-10-25T12:26:35.063

Reputation: 7 006

when i was at Uni i used Kermit. i recommend a reeeeeally long RS232 cable. – quack quixote – 2010-01-20T20:23:35.090

Answers

6

A VPN is essential, since only this option will provide you with a secure connection at no cost. With that, your next task is consider what kind of connection you wish.

  • Remote Desktop: If you need the benefits of controlling your computer from afar. You can launch applications and control them. Especially useful if these applications do not have a command-line interface.
  • File Sharing: If you only need to pass files between your desktop and whatever computer you are using to connect to it, Remote Desktop is unnecessary and overkill. All you will need is to enable File Sharing and share one or more of your Desktop folders.
  • Software Control: If you need a software-based unified solution for remote desktop and computer access, you can turn on to programs like Symantec PCAnywhere.
  • Web Services: You can also use one of several available web services for remote access. TeamViewer, GoToMyPC, or LogMeIn
  • Telnet/SSH: Finally, the "raw" connection is also available. Through software like PuTTY you can establish a telnet session between your distant desktop and your current computer.

Akira, provides in the comments of this post a nice link to an extensive list of applications and solutions handling Remote Control: Remote Control Applications

A Dwarf

Posted 2009-10-25T12:26:35.063

Reputation: 17 756

2

incorporate http://www.fredshack.com/docs/remotectrl.html to your answer, it would be pointless to start a new answer just with that link

– akira – 2009-10-25T16:56:27.163

@Molly: yes, Teamviewer is great. I recently discovered it. It's the fastest over-the-internet remove system I've used. A bit pricey ($700 or so) but you can use the free version for non commercial use. Very nice. – Clay Nichols – 2010-01-20T19:48:29.680

4

You could try logmein.com. It's free,web/java based and saves you having to configure ports on your firewall for RDP or VNC as it tunnels through via HTTP.

It also supports WOL (Wake up on Lan), if you can get your computer and router working to use this first. So you can sleep/hibernate your PC and it will wake it up when you connect. The non-free versions allow you to use it for file transfer and a few other features that are geared towards businesses.

It works on Mac and Windows.

Chris S

Posted 2009-10-25T12:26:35.063

Reputation: 853

3

I used to do this when at Uni.

I used Ubuntu running openssh server with a long passphrase, before moving to key based auth and disallowed password entry.

I used WinSCP to copy files on and off from Windows, and the built in SCP/SSH clients in Linux.

I used Dyndns.com to guarantee the IP address of my computer, which I set up using my router. I then forwarded the relevant ports to that PC.

I set SSH to run on a different port to 21 to minimise the number of random attacks that I was getting a day - most trying the username root with random passwords on port 21. I'd stop the root user being allowed to log in via ssh, this will help stop that happening.

Rich Bradshaw

Posted 2009-10-25T12:26:35.063

Reputation: 6 324

2

Kavoom! is also pretty good (it's very fast, almost like "being there" over our LAN). And very easy to use and setup. The previous version I had crashed occasionally, requiring a hard reboot, which was annoying. And I didn't get any response on a support email. So, YMMV. Cost is $30- $40 or so. Free trial.

http://kavoom.biz

Clay Nichols

Posted 2009-10-25T12:26:35.063

Reputation: 4 494

1

UltraVNC is what your looking for. A Dwarf and Akira have linked to it, above, (here is their link - scroll down a bit to read a very nice intro about it) but I want to specifically call out UktraVNC as your best solution.

A little reading and some setup tweaking will have you using a secure, stable, and with an active support forum, supported remote desktop application.

ssvarc

Posted 2009-10-25T12:26:35.063

Reputation: 720