Debian Cloud - neurite/debian-setup GitHub Wiki
The user is admin.
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.
cd ~/.ssh-
ssh-keygen -q -t rsa -b 2048 -f my-azure-ml-train(qquiet mode,ttype is RSA,b2048 bits,fis the output file) - It will generate 2 files,
my-azure-ml-trainis the private key,my-azure-ml-train.pubis the public key. - 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 ".
- Use the private key to connect to the virtual machine remotely.