Application Acceleration With FPGAs
Programmable Acceleration Cards (PACs), DCP, DLA, Software Stack, and Reference Designs
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
446 Discussions

Difficulty with SSH key instructions

ydaglian
Employee
610 Views

Hi all,

 

First of all, thanks for helping me. I'm an Intel employee in Intel Brazil and I'm trying to use the FPGA DevCloud.

 

After following the instructions on github, I'm stuck and need help to proceed.

 

I've completed every step until section "3.3 - Downloading a SSH key". I can't execute the commands on instruction 5: 

 

Instruction 5 on section "3.3 - Downloading an SSH key"Instruction 5 on section "3.3 - Downloading an SSH key"

 

If I try the command "Host devcloud", mobaterm shows the error "Host: command not found". I didn't create a file called "config", and neither can I find a directory on my PC.

 

Could you please help me?

 

Thank you a lot!

0 Kudos
1 Solution
HRZ
Valued Contributor III
586 Views

You should first create a folder named ".ssh" in your "home" directory, then create a file named "config" inside that folder, and then add those lines inside that file.

View solution in original post

4 Replies
HRZ
Valued Contributor III
587 Views

You should first create a folder named ".ssh" in your "home" directory, then create a file named "config" inside that folder, and then add those lines inside that file.

ydaglian
Employee
565 Views

Thank you, that was it!

 

I had to learn a little bit of Linux terminal commands to do it, but your answer helped me to know what to search for!

 

I believe the commands should be stated in the DevCloud tutorial. It could help other users.

JohnT_Intel
Employee
558 Views

Hi,


The directory information was mention in Chapter 3.2.


May I know if the issue is resolved?


ydaglian
Employee
550 Views

Hi John,

 

Thank you!

 

Yes, the issue is resolved.

Reply