An Azure service that is used to provision Windows and Linux virtual machines.
hello .
I think you can troubleshoot this issue from the following three items. Hope it can help you. You can copy the command output here. Let's figure out the issue together.
- Verify the IP Address: Double-check that you've entered the correct IP address for the destination server. You can get the ip address with command
ip addrafter you login your Linux VM from console or you can get it from VM portal.
https://www.howtouselinux.com/post/check-ip-address-in-linux - Check Network Connectivity: Make sure your computer has a working network connection. Type the following command
telnet server_address 22
https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection - Check Firewall Settings: Ensure that there are no firewalls or security groups blocking outgoing SSH connections from your computer. You may need to modify the firewall rules to allow SSH traffic. You can disable firewall for testing.
https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/detailed-troubleshoot-ssh-connection