SSH
From GLMWiki
To help with using ssh create a config file for your sites that have different user names than the machine your on. This will help your from typing ssh andrew@dev55.
sample config file
Host * ForwardAgent yes ServerAliveInterval 60 Host dev55 User andrew Hostname dev55.gaslightmedia.com Host angelia User andrew Hostname angelia.gaslightmedia.com