I have an ec2 instance running on AWS. Aegir
installed and drush make
works perfect for installing new platforms except when I need to download a theme from a private github repository.
drush make
doesn't have access to the github private repository and fails the platform install.
How do I overcome this? Is there some fancy way to give drush make or the aegir user ssh keys for the git repository?
I don't know much about ssh-agent, but I figured maybe getting that to run all the time on my server so aegir will have access to my github.
how to make drush make
access a private github repository?