I set all of my family members up with Linux Mint so that their computers would stop punching themselves in the face, but I'd like to be able to control those computers when my mom calls up and wants to know how to "put her favorites in the drop box." I've got Parallels with WinXP, and Ubunutu VMs, so my OS isn't really a concern (although I'd prefer to use OS X if there was a slick GUI app). What's the best or most practical approach to getting access to these computers from across the country?

link|improve this question
feedback

3 Answers

up vote 5 down vote accepted

Definitely SSH. You could set up an under-privileged account with sudo-level privileges and connect to the box using that account over SSH to administrate the box. And, if you are looking for a graphical alternative, there is of course VNC: by setting up a VNC server on the remote box, and using the Chicken of the VNC client on OS X, you could have a graphical remote access to the box.

link|improve this answer
I've got this working using Linux Mint's 'Remote Desktop' feature and the Mac GUI you mentioned. It's a painless procedure, albeit a bit sluggish. Thanks! – user28166 Feb 17 '10 at 22:02
feedback

NoMachine's NX Free Edition can be installed on Linux hosts, and they have NX Client versions for Windows, Mac, and Linux.

link|improve this answer
SSH certainly is handiest for most administration tasks, but if you happen to need/prefer a full graphical Gnome/KDE session remotely, this is probably the best way to go! – Jonik Mar 29 '10 at 7:58
feedback

You could use a VNC server and client (see here for more: http://www.skullbox.net/vncserver.php). Essentially VNC is what Remode Desktop is on Windows, i.e. allowing one computer over a network (or internet) to access a 'screen' on another computer. There are VNC servers and clients available for Linux and MacOS (you'd need a server on the Linux and a VNC client on the Mac).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown