We can use the command rhc setup with OpenShift server. I tried it, and wrote what the command do.
Environment
ruby 2.0.0p647
rhc 1.38.4
After typing rhc setup, the following output is exposed.
Login
First, indicated that I should log in to OpenShift.
Shell
1
2
3
4
5
6
7
8
9
10
11
12
13
hostname%rhc setup
OpenShift Client Tools(RHC)Setup Wizard
Thiswizard will help you upload your SSH keys,set your application namespace,andcheck that other programs like Git are properly installed.
Ifyou have your own OpenShift server,you can specify it now.Just hit enter tousethe server forOpenShift Online:openshift.redhat.com.
Enter the server hostname:|openshift.redhat.com|
You can add moreservers later using'rhc server'.
RSA1024bit CA certificates are loaded due toold openssl compatibility
Login toopenshift.redhat.com:your@email.com
Password:********
Create Authenticate Token
I was asked whether I create authenticate token to access to the server without password input. This token can be removed with the command rhc logout.
Shell
1
2
3
4
5
6
OpenShift can create andstoreatoken on disk which allows toyou toaccess the server without using your password.The key isstored inyour home directory andshould be kept secret.You can delete the key atany timeby running'rhc logout'.
Generateatoken now?(yes|no)yes
Generating an authorization token forthisclient...RSA1024bit CA certificates are loaded due toold openssl compatibility