setenv CVS_RSH ssh
setenv CVSROOT :ext:source.akamai.com:/repository
if (-r /tmp/${user}/ssh-agent) then
  source /tmp/${user}/ssh-agent
else
  ssh-agent >! /tmp/${user}/ssh-agent
  source /tmp/${user}/ssh-agent 
  ssh-add 
endif
