How can I remotely control a linux box from my Mac?

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?

Solution:

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 VNC client on OS X, you could have a graphical remote access to the box.