This gist file is basic documentation that I used to communicate with github private repositories.
Connecting to a private git repository from a chef recipe. Create a directory called tmp-ssh and in it generate a passphraseless ssh key.
mkdir tmp-ssh
cd tmp-ssh
Creates a 4096 bit rsa key in the file called "id_rsa" with no passphrase.