It's really big problem for me - ugly UI, where I can't see ssh connection requisites for my new virtual machine instance. Is it possible to change password? Password and login from my manage.windowsazure.com panel is not approach.
How can I find or change my password and login for windows Azure?
19k views Asked by Александр Кривошеев At
3
There are 3 answers
0
On
- Generate new certificate using this article: http://azure.microsoft.com/en-us/documentation/articles/linux-use-ssh-key/
- In Azure management console, go to "CLOUD SERVICES" -> your service -> certificates
- Upload you new generated certificate
- Now you can login with
ssh -i ~/.ssh/[private_key] azureuser@[yourappname].cloudapp.net
I guess you are talking about a Linux VM? When creating a new VM you have to supply a username and password or you can upload an SSH key. The standard username is
azureuser
. There is no way to reset the password of a VM w/o having access to it.Update: By now it's possible to create a new User/Password or upload a new SSH key via the new Azure Portal.
Settings
Reset Password