Skip to content

Instantly share code, notes, and snippets.

@subhendu-de
Last active October 27, 2020 11:35
Show Gist options
  • Save subhendu-de/731c6ba71f23d2d1518873ab7e87d2bb to your computer and use it in GitHub Desktop.
Save subhendu-de/731c6ba71f23d2d1518873ab7e87d2bb to your computer and use it in GitHub Desktop.
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