Azure level 2 "Assigning Public IP to Virtual Machines"

i getting error that the Vm not running even i can see the vm running and i can ssh to the machine

It’s the ssh key’s name that’s causing the issue. It should work if you create a ssh key with default name.

Please check this.

1 Like

No, it doesn’t help. I created a key file with default name which in my case was “nautilus-vm_key”. I put this file to ~/.ssh direcroty and I successfully loged in the Azure VM via ssh using this key file. Still the lab was considered as failed :rage:

That’s actually not what @Srikanth_Reddy meant. He meant that for the grader to find your key pair, it needs to be at ~/.ssh/id_rsa, which is the default name of an RSA key. The grader doesn’t know anything about any file that maps to “nautilus-vm_key”.

1 Like