0
0
Azurecloud~5 mins

SSH and RDP access in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
A80
B22
C3389
D443
What protocol does RDP use to connect to Windows VMs?
ARDP
BSSH
CFTP
DHTTP
Which Azure feature allows secure SSH and RDP access without exposing VM public IPs?
AAzure Firewall
BAzure Monitor
CAzure Load Balancer
DAzure Bastion
What is a best practice for securing SSH access?
AUse password authentication only
BOpen port 22 to all IPs
CUse SSH keys and restrict IP addresses
DDisable firewall
Which port is used by default for RDP connections?
A3389
B22
C443
D21
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.