What are the best hardening steps for an Azure Linux jump box?

0
5
Asked By CloudSurfer99 On

I've set up my Azure jump box in its own subnet that only allows access to my application VM, which is great for security. I've also configured an NSG to whitelist my public static IP so that only SSH traffic from that IP can access the jump box. Now I'm looking for additional hardening measures that I can take to secure my setup even further. Any suggestions?

1 Answer

Answered By TechSavvy123 On

Have you considered using Azure Bastion? It provides a more secure way to access your VMs without exposing them to the internet.

AzureGuru456 -

I looked into it, but I feel like a custom jump box might offer me more control.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.