willcodeforfoo /.ssh/config

This is probably a massive security risk, but since when is security by obscurity a good idea anyways?
# Home
Host helium
  HostName 1619slater.dyndns.org
  User kevin

# ffx
Host ffx1
  HostName formandfx.com
  User kmarsh

Host ffx2
  HostName 2.formandfx.com
  User kmarsh

Host ffx3
  HostName 3.formandfx.com
  User kmarsh

# SFC
Host rev
  HostName rev.sfcgraphics.com
  User kmarsh

Host helios
  HostName ocstg.sfcgraphics.com
  User kmarsh

Host x
  HostName mail2.sfcgraphics.com
  User kmarsh

Host rand
  HostName mrtg.sfcgraphics.com
  User kmarsh

# TextDrive
Host kevinmarsh.com
  User kevin

# Global
Host *
  Compression yes
  CompressionLevel 9
  KeepAlive yes
  IdentityFile ~/.ssh/id_rsa