Note: This question is part of a series of questions that present the same scenario. Each questions in the series
contains a unique solution that might meet the stated goals. Some questions sets might have more than one
correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will
not appear in the review screen.
You create an Ubuntu Linux virtual machine (VM) by using the Azure Portal. You do not specify a password
when you create the VM.
You need to connect to the terminal of the VM.
Solution: You connect to the private IP address of the VM by using Secure Shell (SSH) and specify your public
key.
Does the solution meet the goal?
A.
Yes
B.
No
Explanation:
You need to connect to the public IP, not the private IP.
…and let’s not forget that you also need to have a PRIVATE key along with the public IP address, and not PUBLIC key (which is used when you create the VM)