SSH Access Through Azure LB

Ajaz Nawaz 21 Reputation points
2022-04-29T10:00:00.673+00:00

MS LB documentation seems to suggest to use PF when traffic needs to be directed to a specific host (i.e. VM), in backend pool.

The problem we are facing is with SSH through LB. Client is using Putty SW and wishes to utilise the 'Proxy' feature within Putty..

Meanwhile I am doing some more digging into this though I suspect it should work without the need to employ PF.

Regards

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
404 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Rodriguez 6,191 Reputation points Microsoft Employee
    2022-04-29T10:15:41.193+00:00

    Hello @Ajaz Nawaz

    Welcome to Microsoft Q&A Platform.

    If you want to connect to a specific VM via Load Balancer (so the traffic is not being balanced) you have to use inbound NAT rules:

    https://azure.microsoft.com/en-us/blog/manage-port-forwarding-for-backend-pool-with-azure-load-balancer/
    https://learn.microsoft.com/en-us/azure/load-balancer/tutorial-load-balancer-port-forwarding-portal

    I hope this helps!

    ----------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments