Last active
December 29, 2022 13:54
-
-
Save subhendu-de/52d8cfbd53b6681c9d20e61e0d989066 to your computer and use it in GitHub Desktop.
This file contains 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
REM Use the following command to connect to the vm with the user azureuser | |
ssh azureuser@public-ip | |
REM Use the following command to check the SSH debug trace | |
ssh -v azureuser@public-ip | |
REM Use the following command to change the password of the user azureuser inside Linux vm | |
sudo passwd azureuser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment