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 password
when 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 private
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
A. Yes
3
0
A is correct answer
2
0
YES, public IP if no VPN then ssh using private key
1
0
Answer is Yes only
1
1
Yes!
2
2
Answer is no you need to use public key not a private key
1
5
Sorry answer is no you need to use private key instead of public key
https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ssh-from-windows
3
2
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.
0
0
A. Because you need to connect to the public IP address and provide the private key. The public key is stored in the Linux VM
0
0