Skip to content

Instantly share code, notes, and snippets.

@subhendu-de
Last active December 29, 2022 13:54
Show Gist options
  • Save subhendu-de/52d8cfbd53b6681c9d20e61e0d989066 to your computer and use it in GitHub Desktop.
Save subhendu-de/52d8cfbd53b6681c9d20e61e0d989066 to your computer and use it in GitHub Desktop.
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