of Cloud Azure practice. For the first task, I need to generate an SSH key pair with the specified name. I was able to create the key and confirm it exists, but the lab validation is still failing when I test the task.
Could someone help me figure out what might be going wrong? I’ve attached a screenshot for reference.
One thing you need to do differently for certain – just run “ssh-keygen” w/o arguments, since you want your local keypair to be ~/.ssh/id_rsa. Naming the keypair as you did will confuse the grader. You’ll also need to create the keypair within Azure, doing something like