Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1641 Discussions

Devcloud Identity File Empty

AK9
Employee
1,089 Views

I see several posts on this and I too faced the same issue as of today. I tried to get in to devcloud couple of time since past two weeks and at both times faced the same issue. Please let me know if any information is required from my side.

0 Kudos
1 Solution
AK9
Employee
1,045 Views

Anyways, I was hoping the download link will be fixed but I found a jugaad(hack) to fix the issue. I hope the download link will be fixed soon!

Screen Shot 2021-02-07 at 10.41.13.png

Step 1: Right-click on the "SSH key for Linux/macOS/Cygwin" 
Step 2: Copy Link Address
Step 3: Paste the content into a text file and save it as my_unfolded_encoded_key.txt
Step 4: Remove the initial text "data;text/plain;base64," from the content
Step 5: Execute the fold command to format the content
`fold -w64 my_unfolded_encoded_key.txt > my_folded_encoded_key.txt`
Step 6. Decode the encoded key using the OpenSSL command
`openssl enc -d -base64 -in my_folded_encoded_key.txt -out ~/.ssh/devcloud-access-key-<user-id>.txt`
Step 7. ssh devcloud

- Atul

View solution in original post

0 Kudos
6 Replies
ArunJ_Intel
Moderator
1,075 Views

Hi Atul


There is some issue with devcloud key being empty on some of the links. We have forwarded this to the concerned teams. Meanwhile could you please use the steps in below link to connect to devcloud as a workaround for now, so your work does not get affected. 



https://devcloud.intel.com/oneapi/documentation/connect-with-ssh-linux-macos/




Thanks

Arun


0 Kudos
AK9
Employee
1,047 Views

Hi Arun,

The link is not helpful! I still cannot get in. I am not sure how I can get in if the downloaded devcloud-key-access file is zero bytes. 

- Atul

0 Kudos
AK9
Employee
1,046 Views

Anyways, I was hoping the download link will be fixed but I found a jugaad(hack) to fix the issue. I hope the download link will be fixed soon!

Screen Shot 2021-02-07 at 10.41.13.png

Step 1: Right-click on the "SSH key for Linux/macOS/Cygwin" 
Step 2: Copy Link Address
Step 3: Paste the content into a text file and save it as my_unfolded_encoded_key.txt
Step 4: Remove the initial text "data;text/plain;base64," from the content
Step 5: Execute the fold command to format the content
`fold -w64 my_unfolded_encoded_key.txt > my_folded_encoded_key.txt`
Step 6. Decode the encoded key using the OpenSSL command
`openssl enc -d -base64 -in my_folded_encoded_key.txt -out ~/.ssh/devcloud-access-key-<user-id>.txt`
Step 7. ssh devcloud

- Atul

0 Kudos
ArunJ_Intel
Moderator
1,033 Views

Hi Atul,

 

 

Good to know that you have found a workaround. 

To provide a clarification, The issue with key being empty was only in some of the links, The reason I gave you the "/connect-with-ssh-linux-macos" link in my previous response was that the, download link for the key had no issues (it was not zero bytes) when navigated from this particular link. Sorry for not making my point clear enough.

 

The key being empty in the other links would be resolved soon by the admin team, Meanwhile could we close this case as you have a workaround for now.

 

 

Thanks

Arun

 

0 Kudos
AK9
Employee
1,026 Views

Thanks, Arun for the clarification! I just tried again and it worked which is good. I did click your link and downloaded the key but maybe it was not the correct file I used ¯\_(ツ)_/¯

Anyways, the workaround is available too.

Please close this case. 

- Atul

0 Kudos
ArunJ_Intel
Moderator
1,021 Views

Thanks for the confirmation. We would stop monitoring this thread further. Please feel free to raise a new thread in case of further issues.


Thanks

Arun


0 Kudos
Reply