16
Apr
How to connect to a Linux VM on Azure
If you have deployed one of our Linux Azure VM solutions. During the deployment there are 2 options for authentication type:
SSH Public Key – Use a SSH public key to connect to Linux
Password – Use a username and password to connect to Linux
Connecting to Linux using SSH Public Key
If you choose to use a SSH public key, refer to the following Microsoft document on creating the keys and how to connect to Linux: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ssh-from-windows
Connecting to Linux using a password
If you choose to use a password to connect to your Linux VM. You can use Putty to connect. Simply add the IP address and port 22 and press open as shown in the following screen shot:
Related Posts:
- How to Connect Linux Remote Desktop (RDP) from Windows 10 / 11
- How to Use SSH to Connect to a Remote Server Linux or Windows
- How to Install and Setup Azure AD Connect Server (Step by Step)
- Sync Active Directory with Office 365 with Entra / Azure AD Connect
- How To Connect Windows 10 to IKEv2 VPN Server
- Docker Networking: A Comprehensive Guide to Connect Containers