Everyday I must launch new EC2 instances (or any other server with public IP). I'm provisioning it with Chef, creating vhosts, uploading databases etc. I need to clone there a couple of private repos from GitHub. What would be the best way to do this? I could manually generate an ssh key, and add it for each GitHub repo I need, then run the script - but it's a lot of work. I could go for git clone
