Host *
  ## Uncomment this if you are getting "Too many authentication failures" errors (http://makandra.com/notes/512-how-to-fix-too-many-authentication-failures-with-ssh-and-or-capistrano)
  # IdentitiesOnly yes
  
  ## Keep sessions from timing out (http://makandra.com/notes/778-don-t-let-your-ssh-session-die)
  ServerAliveInterval 55
  ServerAliveCountMax 2
  
  ## Uncomment the follwing setting if you'd like compression
  # Compression yes

## To configure individual hosts, use the template below
# Host acme acmecorp.net
#   User coyote
#   Hostname acmecorp.net
#   IdentityFile ~/.ssh/mine.key
