Hi,
The public key is already is the authorized key file
cat .ssh/authorized_keys
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMb9bSVntvk7iq6eGaeD3IscPp5J4aTJSGoLO+RdKA4oFw0/xS root@azure-client
azureuser@datacenter-vm:~$
and we can ssh to the vm without password. However, the task asks to put the root public key to the authorized key file ?!
Thanks,