Virtual machines in Azure should use SSH authentication keys for security

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Description

Use SSH authentication keys to secure Linux virtual machines.

Rationale

Using SSH to secure authentications is a security best practice, as traditional username and password authentication is vulnerable to malicious tactics such as brute-force attacks. SSH uses a combination of public and private key pairs to secure the authentication process. Access to the private key is automated and tightly controlled, without both keys SSH access will not be granted. This also eliminates the need for users to memorize complex passwords for virtual machine access.

Remediation

From the command line

  1. Follow the steps listed at Detailed steps: Create and manage SSH keys for authentication to a Linux VM in Azure to create and deploy VMs using SSH.
  2. If needing to transition from Username and Password authentication, to SSH, there is no way to transition directly. You must deprovision the current VM and create an image of it with SSH as the authentication method. Follow the steps on How to create a managed image of a virtual machine or VHD.