Skip to content

Instantly share code, notes, and snippets.

@jodell
Created September 13, 2012 17:41
Show Gist options
  • Save jodell/3716110 to your computer and use it in GitHub Desktop.
Save jodell/3716110 to your computer and use it in GitHub Desktop.
eval `ssh-agent -s`
ssh-add .ssh/id_dsa
ssh -A -o StrictHostKeyChecking=no $DB_HOST "$CLONE_SCRIPT"
ssh-agent -k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment