In this article you will learn how to create a Linux VM on Azure with SSH Keys from Ubuntu Machine.
Introduction This article will help you for creating a Linux Virtual Machine on Microsoft Azure with SSH Keys from a base of Ubuntu Machine. Note Here I am working with an Ubuntu machine from my side for creating a Linux Virtual Machine on Microsoft Azure. Requirements
Follow the below steps now. Creating an Ubuntu Server Virtual Machine. Step 1 Log in to your Azure account using the below link. Step 2 Follow the below clicks now.
Select Resource Manager and Click on Create. Click on Basics now and enter the below details.
Creating SSH Key from your Ubuntu machine.
Size Blade Choose the size of the Virtual Machine that you need now and click on Select in Size blade. Settings Blade In settings blade you can find the following options will be configured automatically.
Just Click on OK now. Summary Blade Once after the validation is passed in the Summary Blade click on OK to create the Linux Virtual Machine. And now you can find the deployment going on for your virtual machine of Linux. Note Look in the below screen a tile of “Submitting Deployment for Ubuntu Server 16.04 LTS”. Yes!! Here goes your Linuxlearning Virtual Machine now. Connecting towards Ubuntu Server 16.04 LTS Virtual Machine. Click on Connect in the VM that we have created. You will be getting a command as ssh [email protected], use this command to connect towards the Virtual Machine. You should have a SSH client and server component to get connected. Follow the below steps to install it.
The Developer’s Guide to Microsoft Azure - Second Edition