Welcome to the Linux Foundation Forum!

Typo on Lab 3. Create Google Cloud Computer Engine PDF

In the overview of the instructions it says:

This lab provides practical experience of creating a Google Cloud Compute Engine. There are different public
cloud providers like AWS, Axure, Digital Ocean, etc. In our lab we will use GCP

I'm pretty sure they meant "Azure", right?

I'm not quite sure where to report it, so I'm just adding it here.

Comments

  • For that same lab at Step 8, if you want to connect locally through your local cli and you get permission denied, it's because you have to use your private key to access it.

    Use the following instructions to create your public key:

    Then use the following command on your local machine to log into your instance after it is created and generated an external IP for you:

    ssh -i [private-key] [local_username]@[external-ip-of-the-virtual-instance]

    You may need to cd into the .ssh directory or whever your private key is located:
    cd ~/.ssh

  • fcioanca
    fcioanca Posts: 2,179

    The typo in lab 3 has been fixed. Thank you for flagging it.

  • Thanks @fcioanca !
    I was able to verify that. o:)

Categories

Upcoming Training