if you get this error when you try to git clone a project from openshift
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
it means your private ssh key does not match the public key that is existing in the openshift - settings - keys section.
Follow the below link:
https://developers.openshift.com/en/managing-remote-connection.html#setting-up-ssh-keys
easiest way is to install the rhc client tool.
rhc setup
No comments:
Post a Comment