Make sure you follow the gitolite ssh guide
ssh-keygen -t rsa -f west_org_selfgen
This should create the correct key password, and the public one in one long line. See For example, Creating an SSH key with ssh-keygen does not create a .ssh folder .
I prefer to start without a passphrase for the test :
ssh-keygen -t rsa -f "${H}/.ssh/myKey" -C "Gitolite Admin access (not interactive)" -q -P ""
Vonc
source share