can you connect to this VM via RDP?
unable to connect to virtual machine by powershell
I was following the structure here https://learn.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-portal I cant create an SSH connection with the VM.
it said permission denied(pubickey),please help, thanks!
Azure Virtual Machines
2 answers
Sort by: Most helpful
-
-
vipullag-MSFT 26,487 Reputation points Moderator
2021-12-01T11:10:48.313+00:00 Can you please check if the required ports (for your Linux VM) port 22 is open on the public IP or not using this link.
Try to convert the .pem key to .ppk using puttygen and check if you can access the VM using putty tool.Hope this helps.
Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.