I am trying to clone a git repo on a university server but I have only r-x
access to the .ssh
folder. Hence, I can't generate rsa keys in the .ssh
folder, which I need for accessing the server where the git repo is.
I now generated the keys in a git_keys directory in my home dir.
Is it possible to tell git clone to take the rsa keys from a different directory than ~/.ssh
?