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.
openshift ssh key:
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:
- https://issues.jboss.org/plugins/servlet/mobile#issue/jbide-18866
- https://issues.jboss.org/plugins/servlet/mobile#issue/jbide-18911
for details on how install private ssh key in openshift can clone using ssh-git-url here:
cheers andré
Comments
Post a Comment