Azure Level 2 Task 1

After using the az sshkey create command in the azure cli I am generating the key. I select the keypair when building the vm. I use chmod 600 on the private key to allow it to be used. It says private key is not secured if not. Afterward I can ssh into the vm using ssh -i /root/.ssh/1756834481_4172173 [email protected]. After completing the task it says there is an ssh failure even though I just used ssh to access the machine.

@AethelBurg,
Please check this thread.