bjodom / idc

Helper Files for IDC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be more explicit about how to get the user id for the .ssh/config file

ogrisel opened this issue · comments

After creating an ssh key as described in the readme, the user should be pointed to register his/her public key at:

https://scheduler.cloud.intel.com/#/profile

Then they have to request an access for the "scheduled access" option in https://scheduler.cloud.intel.com/#/systems, and the request should be instantly approved and interface gave me an ssh command in the web interface as follows:

Your request is instantly approved.
Connection Info: ssh uXXXXXX@idcbetabatch.eglb.intel.com
SSH Fingerprint: SHA256:XXXXXXXXXXXXXXXXXXXXXXXXXXX

The uXXXXXX identifier should be the configured in the User directive in the .ssh/config file.

In particular, the comment:

THIS WAS ASSIGNED TO YOU AFTER SIGNING UP

could be replaced by:

Request "scheduled access" at https://scheduler.cloud.intel.com/#/systems" to get your user identifier.

Ideally, the user identifier should also be displayed on the page https://scheduler.cloud.intel.com/#/profile .

great idea (Readme.MD updated) ; thanks ; Readme.MD done ; I'll pass along the user ID suggestion (I opened a JIRA ticket)