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
A is correct answer
YES, public IP if no VPN then ssh using private key
Answer is Yes only
Yes!
Answer is no you need to use public key not a private key
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
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.