Day 21: Assigning Public IP to Virtual Machines (lab is not getting completed)

Hi Team,

Even after I am able to SSH the VM from the azure client, still getting the attached error.

Thanks

I don’t see the error you got from the grader, so I’ll take a guess as to what’s going on.

The most common error on this lab is how you create the key pair in the terminal. You should create the key pair with just the command “ssh-keygen” without arguments, so the key pair is generated with the default name and location of “/root/.ssh/id_rsa”, since the grader needs to be able find your private key on the terminal.