I am trying to create a cloud config server using cloud foundry and below JSON :
{
"count": 1,
"git": {
"privateKey": "****",
"cloneOnStart": "false",
"hostKey": "****",
"label": "master",
"hostKeyAlgorithm": "ssh-rsa",
"uri": "ssh://git@bitbucketsc-ssh.emp.net:7999/proj/repo.git"
}
}
I have generated a private ssh key and a public ssh key. My question is how do I tell my git to associate itself with these keys?