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 scree.
You create an Ubuntu Linux virtual machine (VM) by using the Azure Portal. You do not specify a passwordwhen you create the VM.
You need to connect to the terminal of the VM.
Solution: You connect to the public 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:
https://docs.microsoft.com/en-us/azure/virtual-machines/virtual-machines-linux-quick-create-portal?toc=%
2fazure%2fvirtual-machines%2flinux%2ftoc.json
i think should be b) NO, you need your private key, not public.
fiber is correct. The answer is NO. You specify your private key to connect to the VM. In the previous question (#53) the answer is wrong too.
https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ssh-from-windows
The public key is placed on your Linux VM, or any other service that you wish to use with public-key cryptography.
The private key is what you present to your Linux VM when you log in, to verify your identity. Protect this private key. Do not share it.
No!!!
ahahahaaaaaaa gosh, no comments 🙂
::sits here sadly shaking his head:: I’m hoping whoever pinned this questions screwed up and not the actual test writers – But you know – Linux is sort of new to Microsoft peeps 😛