Secure SSH and RDP access to a Virtual Machine? (Outside of using Azure Bastion)

Jordan Hoang 6 Reputation points
2021-09-28T20:24:43.57+00:00

Hello, I was looking into options for connecting to a Azure VM that has its public endpoints closed (No public IP address).
Outside of Azure Bastion, are there any other options? Is it possible to use private links and private endpoints to set up some sort of
RDP/SSH access to a VM on azure?

Azure Bastion
Azure Bastion
An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
243 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 23,256 Reputation points Microsoft Employee
    2021-10-08T02:25:09.897+00:00

    Hello @Jordan Hoang , apologies about the delayed response here. I do not think it is possible to RDP/SSH into a Azure VM using Azure Private Link as it enables you to access Azure PaaS Services over a private endpoint and private endpoint are supported by these services.

    After Azure Bastion the other option will be to RDP/SSH using Azure VPN Gateway as the VM will still have a private IP and it will grant security against port scanning, DDoS attacks. Please let me know if you have any additional concerns/questions. Thank you!

    1 person found this answer helpful.