何日も 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:
3) この SSH キーを 2 回作成しましたが、パスワードが受け入れられず、次のエラーが表示されます。
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)
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.
5) 次に、アプリケーション ページにあるアクセス コマンドを使用します。
ssh 5394cd33e0b8cde6ce000132@ghost-mydomain.rhcloud.com
パスワードを入力するように求められ、何回入力しても失敗します: パスワードをキーチェーンに保存できませんでした
私は何を間違っていますか?openShift にログインしてアプリケーションを使用するにはどうすればよいですか?