我忘记了我的用户帐户login到我的Azure虚拟机。 从新的门户网站,我尝试“重置密码”选项input一个新的用户和密码。 但是,我收到通知:
Failed to reset the password/ssh key for virtual machine 'EXAMPLE'.
如果我点击“重置远程访问”我得到错误:
Failed to reset the SSH configuration for virtual machine 'EXAMPLE'.
我添加了一个新的用户[email protected] (微软用户)作为所有者,但如果我用我的微软密码ssh example.cloudapp.net -l [email protected]我没有被授予访问权限。
我能做什么?
要在Linux VM上使用重置密码function,您需要安装带有Microsoft Azure Linux Agent 2.0.6或更高版本的Linux VM。
请注意,大多数Azure VM Linux图片库包含上述版本2.0.6。
所有通过此代理重置Linux凭证的逐步操作详情如下: https ://azure.microsoft.com/fr-fr/blog/using-vmaccess-extension-to-reset-login-credentials-for-linux- VM /
问候