Azure VM secure access over RDP

Sakaldeep Yadav 171 Reputation points MVP
2021-12-01T11:00:06.35+00:00

Scenario: Currently Azure Vms are being accessed using RDP with JIT enabled for administration work. Admins are allowed to do that work even from a coffee shop /home. There is a chance that traffic can be sniffed/captured as we are using their wifi(coffee shop). Even home wifi can compromise.

We are looking for secure communication between the admin device and azure VM. Is there any solution in Zscalar that can fulfill the requirements?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,035 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2021-12-01T11:14:49.993+00:00

    Using Azure Bastion is an easy way than going to any third party solutions

    No RDP/SSH ports need to be exposed publicly in VMs and no public IP is required for VM(s)


  2. Devaraj G 2,096 Reputation points Volunteer Moderator
    2021-12-01T13:37:02.707+00:00

    Azure Bastion uses an HTML5 based web client that is automatically streamed to your local device. You get your RDP/SSH session over TLS on port 443 (which is a secured encrypted port). It provides near fool proof solution to eliminate outside attacks.

    However I still wont recommend to run the business critical traffic from vulnerable networks (public ones..coffe shops etc) to connect. There might be a potential security holes in local network which you cant eliminate\prevent. Its not about connecting to azure , am saying for all the work related services.

    Having said that, the near best solution you got is bastian to secure with less management overhead.

    0 comments No comments

  3. Sakaldeep Yadav 171 Reputation points MVP
    2021-12-02T11:49:47.217+00:00

    Thanks, both of you for the comments but my question is for protection in case of the router has been compromised. Suppose we are working from home and our router has compromised. Is there any solution that protects from leaking sensitive info and cred that will be supplied by the admin during the remote session to the Azure VM?


  4. George Chrysovalantis Grammatikos 531 Reputation points MVP Volunteer Moderator
    2022-09-20T13:46:52.973+00:00

    Hi @Sakaldeep Yadav ,

    For your home router you could disable remote access, enable and configure the firewall.
    As for the Azure VM you can use:

    a) Azure Bastion
    b) Deploy an Azure P2S VPN
    c) Connect to the VM using MFA (requires the VM to be joined to an AAD)

    If the answer is helpful, please click "Accept Answer" and kindly upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.