Skip to content

Debian Cloud

neurite edited this page Dec 3, 2017 · 3 revisions

Make sure you launch from an official Debian image.

Login

AWS

The user is admin.

Azure

You create the user on the portal. Logging in via an RSA key pair (recommended over password). Here is how to create and use a RSA key-pair.

  1. cd ~/.ssh
  2. ssh-keygen -q -t rsa -b 2048 -f my-azure-ml-train (q quiet mode, t type is RSA, b 2048 bits, f is the output file)
  3. It will generate 2 files, my-azure-ml-train is the private key, my-azure-ml-train.pub is the public key.
  4. Upload the public key to portal when launching the virtual machine. If it's format is "ssh-rsa ", you only need the first 2 parts "ssh-rsa ".
  5. Use the private key to connect to the virtual machine remotely.
Clone this wiki locally