From b0718ff54baddcbb0a482b0732cb2fc9efa97366 Mon Sep 17 00:00:00 2001 From: Son Nguyen <29955043+SonXuanNguyen2k@users.noreply.github.com> Date: Wed, 6 Apr 2022 10:59:55 +0700 Subject: [PATCH] Help users troubleshoot the SSH connection to Azure Linux VM with Microsoft docs (#1145) --- azure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/README.md b/azure/README.md index d484613..d219208 100644 --- a/azure/README.md +++ b/azure/README.md @@ -20,7 +20,7 @@ Press this button to start: When the deployment finishes, Azure displays a notification. Next steps: [Configure VPN Clients](../README.md#next-steps). -**Note:** When connecting to the server using SSH, use the username and password you specified in the deployment template. To add or export IKEv2 clients, run `sudo ikev2.sh`. +**Note:** When connecting to the server using SSH, use the username and password you specified in the deployment template. To add or export IKEv2 clients, run `sudo ikev2.sh`. If somehow you still cannot SSH into the VM after running the CLI command `ssh azureuser@YOUR-VM-PUBLIC-IP` and entering the correct login credentials, see [Troubleshoot SSH connections to an Azure Linux VM that fails, errors out, or is refused](https://docs.microsoft.com/en-us/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) and/or [Can’t SSH to Azure Linux VM because permissions are too open](https://docs.microsoft.com/en-us/troubleshoot/azure/virtual-machines/troubleshoot-ssh-permissions-too-open) ## Authors