Recall & Review
beginner
What is SSH access used for in cloud virtual machines?
SSH (Secure Shell) is used to securely connect to Linux-based virtual machines in the cloud to manage and configure them remotely.
Click to reveal answer
beginner
What does RDP stand for and what is it used for?
RDP stands for Remote Desktop Protocol. It is used to connect securely to Windows-based virtual machines in the cloud with a graphical interface.
Click to reveal answer
intermediate
How do you secure SSH access to an Azure VM?
You secure SSH access by using strong SSH keys instead of passwords, restricting IP addresses in Network Security Groups, and disabling root login.
Click to reveal answer
intermediate
What Azure service helps manage RDP and SSH access centrally?
Azure Bastion provides secure and seamless RDP and SSH access to virtual machines directly through the Azure portal without exposing public IPs.
Click to reveal answer
beginner
Why should you avoid exposing RDP or SSH ports directly to the internet?
Exposing these ports directly increases the risk of unauthorized access and attacks. Using secure methods like Azure Bastion or VPNs reduces this risk.
Click to reveal answer
Which port is commonly used for SSH access?
✗ Incorrect
SSH typically uses port 22 for secure remote connections.
What protocol does RDP use to connect to Windows VMs?
✗ Incorrect
RDP (Remote Desktop Protocol) is designed for Windows remote desktop connections.
Which Azure feature allows secure SSH and RDP access without exposing VM public IPs?
✗ Incorrect
Azure Bastion provides secure access to VMs without public IP exposure.
What is a best practice for securing SSH access?
✗ Incorrect
Using SSH keys and limiting IP access improves security.
Which port is used by default for RDP connections?
✗ Incorrect
RDP uses port 3389 by default for remote desktop connections.
Explain how SSH and RDP access differ and when you would use each in Azure.
Think about the operating system and type of connection.
You got /4 concepts.
Describe best practices to secure remote access to Azure virtual machines.
Focus on methods to reduce attack surface.
You got /4 concepts.