无法登录Openshift

HGB*_*HGB 9 ssh-keys openshift openshift-client-tools

我一直试图通过Openshift连接我的应用程序好几天仍然没有运气.

我不确定到目前为止哪个论坛,因为我在任何地方都没有得到帮助.

1)我将通过终端和运行sudo rhc setup(我使用sudo的原因是因为没有它,它没有进入下一步)

2)然后提示我执行以下操作:

This wizard will help you upload your SSH keys, set your application namespace, and check
that other programs like Git are properly installed.

Using an existing token for myemail@gmail.com to login to openshift.redhat.com

Saving configuration to /Users/myuser/.openshift/express.conf ... done

Checking for git ... found git version 1.9.2

Checking common problems .Enter passphrase for /Users/myuser/.ssh/id_rsa: 
Enter passphrase for /Users/myuser/.ssh/id_rsa: 
Enter passphrase for /Users/myuser/.ssh/id_rsa: 
Run Code Online (Sandbox Code Playgroud)

3)我创建了两次这个SSH密钥,它永远不会接受我的密码给我以下错误:

An SSH connection could not be established to ghost-mydomain.rhcloud.com. Your SSH
configuration may not be correct, or the application may not be responding. Could not    parse
PKey: no start line (ArgumentError)
Run Code Online (Sandbox Code Playgroud)

4)但令人困惑的是它给了我以下结果

Checking for a domain ... mydomain

Checking for applications ... found 1

ghost http://ghost-mydomain.rhcloud.com/

You are using 1 of 3 total gears
The following gear sizes are available to you: small

Your client tools are now configured.
Run Code Online (Sandbox Code Playgroud)

5)然后我使用我的应用程序页面上给出的访问命令:

ssh 5394cd33e0b8cde6ce000132@ghost-mydomain.rhcloud.com
Run Code Online (Sandbox Code Playgroud)

它提示我输入我的密码,无论我输入多少次,都会失败:将密码保存到钥匙串失败

我究竟做错了什么?如何只需登录openShift并使用我的应用程序?

mpm*_*mpm 0

rhc ssh yourapplicationname
Run Code Online (Sandbox Code Playgroud)

反而。