eclipse - Authentication failed. Please make sure that you added your private key to the ssh preferences -


i trying deploy jersey project openshift eclipse plugin getting error authentication failed. please make sure added private key ssh preferences have gernerated ssh key , saved in .ssh directory. added key on openshif- seetings- add new key- named id_rsa stored 1 in .git directory.

enter image description here

openshift ssh key:

enter image description here

the eclipse tooling needs private key matches public key in openshit. otherwise git in eclipse cannot clone git repo in openshift. make sure have private key set in eclipse ssh2 preferences.

another possible reason (i dont habe enough details know) if you're telling openshift host install cartridge available in source git repo openshift should clone. above error shows using ssh-git-url. in case have make sure openshift host has private key clone git repo source code. known issue work around using cartreflect descrbed here:

for details on how install private ssh key in openshift can clone using ssh-git-url here:

cheers andré


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -