Skip to content

Commit 41614f1

Browse files
authored
Updated tutorial-classifying-iris-part-2.md.
Appended about `--use-azureml-ssh-key` option.
1 parent f11932e commit 41614f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/desktop-workbench/tutorial-classifying-iris-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ To execute your script in a Docker container on a remote Linux machine, you need
436436
>The IP address can also be a publicly addressable fully-qualified domain name (FQDN) such as `vm-name.southcentralus.cloudapp.azure.com`. It is a good practice to add an FQDN to your DSVM and use it instead of an IP address. This practice is a good idea because you might turn off the VM at some point to save on cost. Additionally, the next time you start the VM, the IP address might have changed.
437437
438438
>[!NOTE]
439-
>In addition to username and password authentication, you can specify a private key and the corresponding passphrase (if any) using the `--private-key-file` and (optionally) the `--private-key-passphrase` options.
439+
>In addition to username and password authentication, you can specify a private key and the corresponding passphrase (if any) using the `--private-key-file` and (optionally) the `--private-key-passphrase` options. If you want to use the private key that you used when created DSVM, you should specify the `--use-azureml-ssh-key` option.
440440
441441
Next, prepare the **myvm** compute target by running this command.
442442

0 commit comments

Comments
 (0)