I'm trying to create a new OpenShift application using Linux Ubuntu Gnome. When I do this using rhc app create someName
, I get the following error: Permission denied (publickey,gssapi-keyex,gssapi-with-mic)
.
I tried all the methods described here but nothing has worked.
When I use the command rhc app create meteor nodejs-0.10 mongodb-2 --from-code=https://github.com/openshift-quickstart/openshift-meteorjs-quickstart.git
as described here (my application is a meteor application), there is no error and I can subsequently push to OpenShift.
Because using the second method has other disadvantages for me, I would like to use the first one. Has anyone any idea (other than the ones described in the thread I linked to) what I could do? And why it works when using -from-source?