Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Determine which User created an Azure (Ubuntu) Linux Server (with "Quick Create")

I've created an Ubuntu Linux Server on my Azure Virtual Machines.

I used the "Quick Create" instead of gallery and entered a password, but didn't choose a user name (wasn't an option). Now I'm tring to SSH to my Server using password and "root" and it says- access denied.

Which user was created by the "Quick Create" wizard??

Thanks, Aviad

like image 521
zaxy78 Avatar asked Nov 25 '12 17:11

zaxy78


People also ask

How do I find my Azure VM username?

Option 1: Using the Azure PortalGo to Virtual Machines services on your Azure portal. Select the Virtual Machine that you want to find the username. On the Virtual Machine property page, from the option tree, click on the Run command option from the Operations section.

What is default username for Azure Linux VM?

Under Administrator account, select SSH public key. In Username enter azureuser.

How do I find my VM details on Azure?

The Get-AzureVM cmdlet retrieves information about virtual machines running in Azure. It returns an object with information on a specific virtual machine, or if no virtual machine is specified, for all the virtual machines in the specified service of the current subscription.


1 Answers

You should try with azureuser as far as I can see it's the default username that is created using the 'quick create', and 'gallery' options.

This is the dialog I remember getting:

enter image description here

like image 115
cillierscharl Avatar answered Sep 22 '22 18:09

cillierscharl