-
Notifications
You must be signed in to change notification settings - Fork 3
Debian Cloud
neurite edited this page Dec 3, 2017
·
3 revisions
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
(q
quiet mode,t
type is RSA,b
2048 bits,f
is the output file) - It will generate 2 files,
my-azure-ml-train
is the private key,my-azure-ml-train.pub
is 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.