Last active
October 27, 2020 11:35
-
-
Save subhendu-de/731c6ba71f23d2d1518873ab7e87d2bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh azureuser@public-ip | |
REM Use the following command to check the SSH debug trace | |
ssh -vvv azureuser@public-ip | |
REM Connect to the vm using the ubuntu private key located under .ssh directory | |
ssh -i .ssh\ubuntu azureuser@public-ip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment