Forum Discussion

ydaglian's avatar
ydaglian
Icon for New Contributor rankNew Contributor
4 years ago
Solved

Difficulty with SSH key instructions

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"

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!

  • 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.

4 Replies

  • HRZ's avatar
    HRZ
    Icon for Frequent Contributor rankFrequent Contributor

    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's avatar
      ydaglian
      Icon for New Contributor rankNew Contributor

      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_Altera's avatar
    JohnT_Altera
    Icon for Regular Contributor rankRegular Contributor

    Hi,


    The directory information was mention in Chapter 3.2.


    May I know if the issue is resolved?


    • ydaglian's avatar
      ydaglian
      Icon for New Contributor rankNew Contributor

      Hi John,

      Thank you!

      Yes, the issue is resolved.