Skip to content

Instantly share code, notes, and snippets.

@atxryan
Last active October 21, 2019 17:23
Show Gist options
  • Save atxryan/0da5935690e4ae72970c8a9496a15790 to your computer and use it in GitHub Desktop.
Save atxryan/0da5935690e4ae72970c8a9496a15790 to your computer and use it in GitHub Desktop.
NWA Tech Summit prerequites

We'll create an Ubuntu build server in Azure and use SSH to run docker commands. You should be able to SSH from your local machine. If you're unsure if SSH will work on your machine, open a terminal and try running the following command:

ssh aks@52.165.47.226

It should fail, but this confirms that you can SSH into an Azure-hosted VM.

aks@52.165.47.226: Permission denied (publickey).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment